Shades of Summer Sky #36AFCD
Tints of Summer Sky #36AFCD
RGB
CMYK
RGB Variations
Color information
#36AFCD (or 0x36AFCD) is known color: Summer Sky. HEX triplet: 36, AF and CD. RGB value is (54,175,205). Sum of RGB (Red+Green+Blue) = 54+175+205=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #36AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36AFCD is #C95032. Grayscale: #8E8E8E. Windows color (decimal): -13193267 or 13479734. OLE color: 13479734.
HSL color Cylindrical-coordinate representation of color #36AFCD: hue angle of 191.92º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36AFCD is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 175 | 205 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.20 |
| HSL | 191.92º | 0.6% | 0.51% | - |
| HSV(B) | 191.92º | 0.74% | 0.8% | - |
| XYZ | 27.87 | 35.85 | 63.21 | - |
| YUV | 142.24 | 163.41 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 175 | 205 | 0.74 | 0.15 | 0 | 0.20 | 191.92 | 0.6 | 0.51 |
| Hex | 36 | AF | CD | 4A | F | 0 | 14 | C0 | 3C | 33 |
| Octal | 66 | 257 | 315 | 112 | 17 | 0 | 24 | 300 | 74 | 63 |
| Binary | 110110 | 10101111 | 11001101 | 1001010 | 1111 | 0 | 10100 | 11000000 | 111100 | 110011 |
Color Harmonies of #36AFCD
Complementary color
Monochromatic Colors of #36AFCD
Black with #36AFCD
Text Example
Text Example
White with #36AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AFCD; }
p { color: rgb(54,175,205); }
H1.HeaderClassName
{
color: #36AFCD;
}
.AnyTagClassName
{
color: #36AFCD;
}
</style>
background-color css
<style>
a { background-color: #36AFCD; }
a { background-color: rgb(54,175,205); }
div.DivClassName
{
background-color: #36AFCD;
}
.BgClassName
{
background-color: #36AFCD;
}
</style>
border-color css
<style>
span { border-color: #36AFCD; }
span { border-color: rgb(54,175,205); }
td.TdClassName
{
border-color: #36AFCD;
}
.TagClassName
{
border-color: #36AFCD;
}
</style>