Shades of Summer Sky #39B0DB
Tints of Summer Sky #39B0DB
RGB
CMYK
RGB Variations
Color information
#39B0DB (or 0x39B0DB) is known color: Summer Sky. HEX triplet: 39, B0 and DB. RGB value is (57,176,219). Sum of RGB (Red+Green+Blue) = 57+176+219=452 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.61% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #39B0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39B0DB is #C64F24. Grayscale: #919191. Windows color (decimal): -12996389 or 14397497. OLE color: 14397497.
HSL color Cylindrical-coordinate representation of color #39B0DB: hue angle of 195.93º 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 #39B0DB is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 176 | 219 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.14 |
| HSL | 195.93º | 0.69% | 0.54% | - |
| HSV(B) | 195.93º | 0.74% | 0.86% | - |
| XYZ | 30 | 37.04 | 72.59 | - |
| YUV | 145.32 | 169.58 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 176 | 219 | 0.74 | 0.20 | 0 | 0.14 | 195.93 | 0.69 | 0.54 |
| Hex | 39 | B0 | DB | 4A | 14 | 0 | E | C4 | 45 | 36 |
| Octal | 71 | 260 | 333 | 112 | 24 | 0 | 16 | 304 | 105 | 66 |
| Binary | 111001 | 10110000 | 11011011 | 1001010 | 10100 | 0 | 1110 | 11000100 | 1000101 | 110110 |
Color Harmonies of #39B0DB
Complementary color
Monochromatic Colors of #39B0DB
Black with #39B0DB
Text Example
Text Example
White with #39B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B0DB; }
p { color: rgb(57,176,219); }
H1.HeaderClassName
{
color: #39B0DB;
}
.AnyTagClassName
{
color: #39B0DB;
}
</style>
background-color css
<style>
a { background-color: #39B0DB; }
a { background-color: rgb(57,176,219); }
div.DivClassName
{
background-color: #39B0DB;
}
.BgClassName
{
background-color: #39B0DB;
}
</style>
border-color css
<style>
span { border-color: #39B0DB; }
span { border-color: rgb(57,176,219); }
td.TdClassName
{
border-color: #39B0DB;
}
.TagClassName
{
border-color: #39B0DB;
}
</style>