Shades of Summer Sky #39BBDB
Tints of Summer Sky #39BBDB
RGB
CMYK
RGB Variations
Color information
#39BBDB (or 0x39BBDB) is known color: Summer Sky. HEX triplet: 39, BB and DB. RGB value is (57,187,219). Sum of RGB (Red+Green+Blue) = 57+187+219=463 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.31% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #39BBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BBDB is #C64424. Grayscale: #979797. Windows color (decimal): -12993573 or 14400313. OLE color: 14400313.
HSL color Cylindrical-coordinate representation of color #39BBDB: hue angle of 191.85º degrees, saturation: 0.69, 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 #39BBDB is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 187 | 219 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.14 |
| HSL | 191.85º | 0.69% | 0.54% | - |
| HSV(B) | 191.85º | 0.74% | 0.86% | - |
| XYZ | 32.24 | 41.52 | 73.33 | - |
| YUV | 151.78 | 165.93 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 187 | 219 | 0.74 | 0.15 | 0 | 0.14 | 191.85 | 0.69 | 0.54 |
| Hex | 39 | BB | DB | 4A | F | 0 | E | C0 | 45 | 36 |
| Octal | 71 | 273 | 333 | 112 | 17 | 0 | 16 | 300 | 105 | 66 |
| Binary | 111001 | 10111011 | 11011011 | 1001010 | 1111 | 0 | 1110 | 11000000 | 1000101 | 110110 |
Color Harmonies of #39BBDB
Complementary color
Monochromatic Colors of #39BBDB
Black with #39BBDB
Text Example
Text Example
White with #39BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BBDB; }
p { color: rgb(57,187,219); }
H1.HeaderClassName
{
color: #39BBDB;
}
.AnyTagClassName
{
color: #39BBDB;
}
</style>
background-color css
<style>
a { background-color: #39BBDB; }
a { background-color: rgb(57,187,219); }
div.DivClassName
{
background-color: #39BBDB;
}
.BgClassName
{
background-color: #39BBDB;
}
</style>
border-color css
<style>
span { border-color: #39BBDB; }
span { border-color: rgb(57,187,219); }
td.TdClassName
{
border-color: #39BBDB;
}
.TagClassName
{
border-color: #39BBDB;
}
</style>