Shades of Summer Sky #39BBDD
Tints of Summer Sky #39BBDD
RGB
CMYK
RGB Variations
Color information
#39BBDD (or 0x39BBDD) is known color: Summer Sky. HEX triplet: 39, BB and DD. RGB value is (57,187,221). Sum of RGB (Red+Green+Blue) = 57+187+221=465 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.26% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #39BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BBDD is #C64422. Grayscale: #979797. Windows color (decimal): -12993571 or 14531385. OLE color: 14531385.
HSL color Cylindrical-coordinate representation of color #39BBDD: hue angle of 192.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39BBDD is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 187 | 221 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.13 |
| HSL | 192.44º | 0.71% | 0.55% | - |
| HSV(B) | 192.44º | 0.74% | 0.87% | - |
| XYZ | 32.51 | 41.63 | 74.73 | - |
| YUV | 152.01 | 166.93 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 187 | 221 | 0.74 | 0.15 | 0 | 0.13 | 192.44 | 0.71 | 0.55 |
| Hex | 39 | BB | DD | 4A | F | 0 | D | C0 | 47 | 37 |
| Octal | 71 | 273 | 335 | 112 | 17 | 0 | 15 | 300 | 107 | 67 |
| Binary | 111001 | 10111011 | 11011101 | 1001010 | 1111 | 0 | 1101 | 11000000 | 1000111 | 110111 |
Color Harmonies of #39BBDD
Complementary color
Monochromatic Colors of #39BBDD
Black with #39BBDD
Text Example
Text Example
White with #39BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BBDD; }
p { color: rgb(57,187,221); }
H1.HeaderClassName
{
color: #39BBDD;
}
.AnyTagClassName
{
color: #39BBDD;
}
</style>
background-color css
<style>
a { background-color: #39BBDD; }
a { background-color: rgb(57,187,221); }
div.DivClassName
{
background-color: #39BBDD;
}
.BgClassName
{
background-color: #39BBDD;
}
</style>
border-color css
<style>
span { border-color: #39BBDD; }
span { border-color: rgb(57,187,221); }
td.TdClassName
{
border-color: #39BBDD;
}
.TagClassName
{
border-color: #39BBDD;
}
</style>