Shades of Summer Sky #39BBDC
Tints of Summer Sky #39BBDC
RGB
CMYK
RGB Variations
Color information
#39BBDC (or 0x39BBDC) is known color: Summer Sky. HEX triplet: 39, BB and DC. RGB value is (57,187,220). Sum of RGB (Red+Green+Blue) = 57+187+220=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #39BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BBDC is #C64423. Grayscale: #979797. Windows color (decimal): -12993572 or 14465849. OLE color: 14465849.
HSL color Cylindrical-coordinate representation of color #39BBDC: hue angle of 192.15º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39BBDC is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 187 | 220 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.14 |
| HSL | 192.15º | 0.7% | 0.54% | - |
| HSV(B) | 192.15º | 0.74% | 0.86% | - |
| XYZ | 32.38 | 41.58 | 74.03 | - |
| YUV | 151.89 | 166.43 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 187 | 220 | 0.74 | 0.15 | 0 | 0.14 | 192.15 | 0.7 | 0.54 |
| Hex | 39 | BB | DC | 4A | F | 0 | E | C0 | 46 | 36 |
| Octal | 71 | 273 | 334 | 112 | 17 | 0 | 16 | 300 | 106 | 66 |
| Binary | 111001 | 10111011 | 11011100 | 1001010 | 1111 | 0 | 1110 | 11000000 | 1000110 | 110110 |
Color Harmonies of #39BBDC
Complementary color
Monochromatic Colors of #39BBDC
Black with #39BBDC
Text Example
Text Example
White with #39BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BBDC; }
p { color: rgb(57,187,220); }
H1.HeaderClassName
{
color: #39BBDC;
}
.AnyTagClassName
{
color: #39BBDC;
}
</style>
background-color css
<style>
a { background-color: #39BBDC; }
a { background-color: rgb(57,187,220); }
div.DivClassName
{
background-color: #39BBDC;
}
.BgClassName
{
background-color: #39BBDC;
}
</style>
border-color css
<style>
span { border-color: #39BBDC; }
span { border-color: rgb(57,187,220); }
td.TdClassName
{
border-color: #39BBDC;
}
.TagClassName
{
border-color: #39BBDC;
}
</style>