Shades of Summer Sky #39BCDC
Tints of Summer Sky #39BCDC
RGB
CMYK
RGB Variations
Color information
#39BCDC (or 0x39BCDC) is known color: Summer Sky. HEX triplet: 39, BC and DC. RGB value is (57,188,220). Sum of RGB (Red+Green+Blue) = 57+188+220=465 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.26% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #39BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BCDC is #C64323. Grayscale: #989898. Windows color (decimal): -12993316 or 14466105. OLE color: 14466105.
HSL color Cylindrical-coordinate representation of color #39BCDC: hue angle of 191.78º 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 #39BCDC is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 188 | 220 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.14 |
| HSL | 191.78º | 0.7% | 0.54% | - |
| HSV(B) | 191.78º | 0.74% | 0.86% | - |
| XYZ | 32.59 | 42 | 74.1 | - |
| YUV | 152.48 | 166.1 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 188 | 220 | 0.74 | 0.15 | 0 | 0.14 | 191.78 | 0.7 | 0.54 |
| Hex | 39 | BC | DC | 4A | F | 0 | E | C0 | 46 | 36 |
| Octal | 71 | 274 | 334 | 112 | 17 | 0 | 16 | 300 | 106 | 66 |
| Binary | 111001 | 10111100 | 11011100 | 1001010 | 1111 | 0 | 1110 | 11000000 | 1000110 | 110110 |
Color Harmonies of #39BCDC
Complementary color
Monochromatic Colors of #39BCDC
Black with #39BCDC
Text Example
Text Example
White with #39BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BCDC; }
p { color: rgb(57,188,220); }
H1.HeaderClassName
{
color: #39BCDC;
}
.AnyTagClassName
{
color: #39BCDC;
}
</style>
background-color css
<style>
a { background-color: #39BCDC; }
a { background-color: rgb(57,188,220); }
div.DivClassName
{
background-color: #39BCDC;
}
.BgClassName
{
background-color: #39BCDC;
}
</style>
border-color css
<style>
span { border-color: #39BCDC; }
span { border-color: rgb(57,188,220); }
td.TdClassName
{
border-color: #39BCDC;
}
.TagClassName
{
border-color: #39BCDC;
}
</style>