Shades of Summer Sky #36AFCA
Tints of Summer Sky #36AFCA
RGB
CMYK
RGB Variations
Color information
#36AFCA (or 0x36AFCA) is known color: Summer Sky. HEX triplet: 36, AF and CA. RGB value is (54,175,202). Sum of RGB (Red+Green+Blue) = 54+175+202=431 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.53% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #36AFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36AFCA is #C95035. Grayscale: #8D8D8D. Windows color (decimal): -13193270 or 13283126. OLE color: 13283126.
HSL color Cylindrical-coordinate representation of color #36AFCA: hue angle of 190.95º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36AFCA is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 175 | 202 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.21 |
| HSL | 190.95º | 0.58% | 0.5% | - |
| HSV(B) | 190.95º | 0.73% | 0.79% | - |
| XYZ | 27.51 | 35.71 | 61.32 | - |
| YUV | 141.9 | 161.91 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 175 | 202 | 0.73 | 0.13 | 0 | 0.21 | 190.95 | 0.58 | 0.5 |
| Hex | 36 | AF | CA | 49 | D | 0 | 15 | BF | 3A | 32 |
| Octal | 66 | 257 | 312 | 111 | 15 | 0 | 25 | 277 | 72 | 62 |
| Binary | 110110 | 10101111 | 11001010 | 1001001 | 1101 | 0 | 10101 | 10111111 | 111010 | 110010 |
Color Harmonies of #36AFCA
Complementary color
Monochromatic Colors of #36AFCA
Black with #36AFCA
Text Example
Text Example
White with #36AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AFCA; }
p { color: rgb(54,175,202); }
H1.HeaderClassName
{
color: #36AFCA;
}
.AnyTagClassName
{
color: #36AFCA;
}
</style>
background-color css
<style>
a { background-color: #36AFCA; }
a { background-color: rgb(54,175,202); }
div.DivClassName
{
background-color: #36AFCA;
}
.BgClassName
{
background-color: #36AFCA;
}
</style>
border-color css
<style>
span { border-color: #36AFCA; }
span { border-color: rgb(54,175,202); }
td.TdClassName
{
border-color: #36AFCA;
}
.TagClassName
{
border-color: #36AFCA;
}
</style>