Shades of Summer Sky #36C9FA
Tints of Summer Sky #36C9FA
RGB
CMYK
RGB Variations
Color information
#36C9FA (or 0x36C9FA) is known color: Summer Sky. HEX triplet: 36, C9 and FA. RGB value is (54,201,250). Sum of RGB (Red+Green+Blue) = 54+201+250=505 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.69% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #36C9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36C9FA is #C93605. Grayscale: #A2A2A2. Windows color (decimal): -13186566 or 16435510. OLE color: 16435510.
HSL color Cylindrical-coordinate representation of color #36C9FA: hue angle of 195º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36C9FA is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 201 | 250 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.02 |
| HSL | 195º | 0.95% | 0.6% | - |
| HSV(B) | 195º | 0.78% | 0.98% | - |
| XYZ | 39.66 | 49.46 | 97.9 | - |
| YUV | 162.63 | 177.3 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 250 | 0.78 | 0.20 | 0 | 0.02 | 195 | 0.95 | 0.6 |
| Hex | 36 | C9 | FA | 4E | 14 | 0 | 2 | C3 | 5F | 3C |
| Octal | 66 | 311 | 372 | 116 | 24 | 0 | 2 | 303 | 137 | 74 |
| Binary | 110110 | 11001001 | 11111010 | 1001110 | 10100 | 0 | 10 | 11000011 | 1011111 | 111100 |
Color Harmonies of #36C9FA
Complementary color
Monochromatic Colors of #36C9FA
Black with #36C9FA
Text Example
Text Example
White with #36C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C9FA; }
p { color: rgb(54,201,250); }
H1.HeaderClassName
{
color: #36C9FA;
}
.AnyTagClassName
{
color: #36C9FA;
}
</style>
background-color css
<style>
a { background-color: #36C9FA; }
a { background-color: rgb(54,201,250); }
div.DivClassName
{
background-color: #36C9FA;
}
.BgClassName
{
background-color: #36C9FA;
}
</style>
border-color css
<style>
span { border-color: #36C9FA; }
span { border-color: rgb(54,201,250); }
td.TdClassName
{
border-color: #36C9FA;
}
.TagClassName
{
border-color: #36C9FA;
}
</style>