Shades of Summer Sky #36CBF0
Tints of Summer Sky #36CBF0
RGB
CMYK
RGB Variations
Color information
#36CBF0 (or 0x36CBF0) is known color: Summer Sky. HEX triplet: 36, CB and F0. RGB value is (54,203,240). Sum of RGB (Red+Green+Blue) = 54+203+240=497 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.87% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #36CBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36CBF0 is #C9340F. Grayscale: #A2A2A2. Windows color (decimal): -13186064 or 15780662. OLE color: 15780662.
HSL color Cylindrical-coordinate representation of color #36CBF0: hue angle of 191.94º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36CBF0 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 203 | 240 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.06 |
| HSL | 191.94º | 0.86% | 0.58% | - |
| HSV(B) | 191.94º | 0.78% | 0.94% | - |
| XYZ | 38.61 | 49.79 | 90.01 | - |
| YUV | 162.67 | 171.64 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 203 | 240 | 0.78 | 0.15 | 0 | 0.06 | 191.94 | 0.86 | 0.58 |
| Hex | 36 | CB | F0 | 4E | F | 0 | 6 | C0 | 56 | 3A |
| Octal | 66 | 313 | 360 | 116 | 17 | 0 | 6 | 300 | 126 | 72 |
| Binary | 110110 | 11001011 | 11110000 | 1001110 | 1111 | 0 | 110 | 11000000 | 1010110 | 111010 |
Color Harmonies of #36CBF0
Complementary color
Monochromatic Colors of #36CBF0
Black with #36CBF0
Text Example
Text Example
White with #36CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CBF0; }
p { color: rgb(54,203,240); }
H1.HeaderClassName
{
color: #36CBF0;
}
.AnyTagClassName
{
color: #36CBF0;
}
</style>
background-color css
<style>
a { background-color: #36CBF0; }
a { background-color: rgb(54,203,240); }
div.DivClassName
{
background-color: #36CBF0;
}
.BgClassName
{
background-color: #36CBF0;
}
</style>
border-color css
<style>
span { border-color: #36CBF0; }
span { border-color: rgb(54,203,240); }
td.TdClassName
{
border-color: #36CBF0;
}
.TagClassName
{
border-color: #36CBF0;
}
</style>