COLOR #37BBF7

HEX: #37BBF7
RGB: (55,187,247)

Color info

#37BBF7 contains mainly blue color. Web safe color of #37BBF7 is #33CCFF (or #3CF).

RGB color model

#37BBF7 color RGB value is (55,187,247).

  • red value is 55;
  • green value is 187;
  • blue value is 247.
RGB:
(55,187,247)
(22%,73%,97%)

RGB channels and saturation

R 55 of 255 = 22%
G 187 of 255 = 73%
B 247 of 255 = 97%

55
187
247

R + G + B ~ 64%. #37BBF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
55 + 187 + 247 = 489 (100%)
R 55 of 489 ~ 11.25%
G 187 of 489 ~ 38.24%
B 247 of 489 ~ 50.51%

%11.25
%38.24
%50.51

CMYK color model

#37BBF7 color CMYK value is (78,24,0,3).

  • cyan value is 77.73%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(78,24,0,3)
C78M24Y0K3 
(78%,24%,0%,3%)
(0.78/0.24/0.00/0.03)	

CMYK percentages

%77.73
%24.29
%0
%3.14

Codes

Color #37BBF7 in popluar color models

37BBF7
RGB55187247
HSL199°92.31%59.22%
HSB/HSV199°77.73%96.86%
CMYK77.73%24.29%0.00%
3.14%

Color #37BBF7 in popluar number systems.

HEX37BBF7
Decimal55187247
Binary1101111011101111110111
Octal67273367

Shades and tints

Shades of #37BBF7

#37BBF7
(55,187,247)
#32AAE1
(50,170,225)
#2D99CB
(45,153,203)
#2888B5
(40,136,181)
#23779F
(35,119,159)
#1E6689
(30,102,137)
#195573
(25,85,115)
#14445D
(20,68,93)
#0F3347
(15,51,71)
#0A2231
(10,34,49)
#05111B
(5,17,27)
#000000
(0,0,0)

Tints of #37BBF7

#37BBF7
(55,187,247)
#49C1F7
(73,193,247)
#5BC7F7
(91,199,247)
#6DCDF7
(109,205,247)
#7FD3F7
(127,211,247)
#91D9F7
(145,217,247)
#A3DFF7
(163,223,247)
#B5E5F7
(181,229,247)
#C7EBF7
(199,235,247)
#D9F1F7
(217,241,247)
#EBF7F7
(235,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37BBF7 color. Also use rgb(55,187,247) instead hex code.

Text Font Color

.myTextColor { color: #37BBF7; }

<p style="color:#37BBF7">This sample text font color is #37BBF7.</p>

This text font color is #37BBF7.


Background Color

.myBgColor { background-color: #37BBF7; }

<div style="background-color:#37BBF7">Inner text</div>

This div background color is #37BBF7.


Border color

.myBorderColor { border: 1px solid #37BBF7; }

<div style="border:3px solid #37BBF7">Div</div>

This div border color is #37BBF7.


Opacity

.myOpacity80 { color: #37BBF7; opacity: 0.8; }

<p style="color:#37BBF7;opacity:0.8;">80%</p>

Text with #37BBF7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #37BBF7;}

<p style="text-shadow: 3px 3px 1px #37BBF7">Text here.</p>

This text has shadow with #37BBF7 color.

.textShadow {text-shadow: 3px 3px 1px #37BBF7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #37BBF7, 5px 5px 20px red">Text here.</p>

This text has shadow with #37BBF7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#37BBF7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#37BBF7, Direction=45, Strength=4)">Text</p>

This text has shadow with #37BBF7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #37BBF7;
  -webkit-box-shadow:	1px 1px 3px 2px #37BBF7;
  box-shadow:		1px 1px 3px 2px #37BBF7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37BBF7;
-webkit-box-shadow: 1px 1px 3px 2px #37BBF7;
box-shadow:1px 1px 3px 2px #37BBF7;">
Div content here</div>
This div box has shadow with color #37BBF7.

Preview

Color preview on black background

This text has color #37BBF7 on black background.


Color preview on white background

This text has color #37BBF7 on white background.



Black color preview on #37BBF7 background

This text has black color on #37BBF7 background.


White color preview on #37BBF7 background

This text has white color on #37BBF7 background.