Shades of Summer Sky #36CBFF
Tints of Summer Sky #36CBFF
RGB
CMYK
RGB Variations
Color information
#36CBFF (or 0x36CBFF) is known color: Summer Sky. HEX triplet: 36, CB and FF. RGB value is (54,203,255). Sum of RGB (Red+Green+Blue) = 54+203+255=512 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.55% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #36CBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36CBFF is #C93400. Grayscale: #A4A4A4. Windows color (decimal): -13186049 or 16763702. OLE color: 16763702.
HSL color Cylindrical-coordinate representation of color #36CBFF: hue angle of 195.52º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36CBFF is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 203 | 255 | - |
| CMYK | 0.79 | 0.20 | 0 | 0 |
| HSL | 195.52º | 1% | 0.61% | - |
| HSV(B) | 195.52º | 0.79% | 1% | - |
| XYZ | 40.93 | 50.72 | 102.24 | - |
| YUV | 164.38 | 179.14 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 203 | 255 | 0.79 | 0.20 | 0 | 0 | 195.52 | 1 | 0.61 |
| Hex | 36 | CB | FF | 4F | 14 | 0 | 0 | C4 | 64 | 3D |
| Octal | 66 | 313 | 377 | 117 | 24 | 0 | 0 | 304 | 144 | 75 |
| Binary | 110110 | 11001011 | 11111111 | 1001111 | 10100 | 0 | 0 | 11000100 | 1100100 | 111101 |
Color Harmonies of #36CBFF
Complementary color
Monochromatic Colors of #36CBFF
Black with #36CBFF
Text Example
Text Example
White with #36CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CBFF; }
p { color: rgb(54,203,255); }
H1.HeaderClassName
{
color: #36CBFF;
}
.AnyTagClassName
{
color: #36CBFF;
}
</style>
background-color css
<style>
a { background-color: #36CBFF; }
a { background-color: rgb(54,203,255); }
div.DivClassName
{
background-color: #36CBFF;
}
.BgClassName
{
background-color: #36CBFF;
}
</style>
border-color css
<style>
span { border-color: #36CBFF; }
span { border-color: rgb(54,203,255); }
td.TdClassName
{
border-color: #36CBFF;
}
.TagClassName
{
border-color: #36CBFF;
}
</style>