Shades of Summer Sky #36CFFF
Tints of Summer Sky #36CFFF
RGB
CMYK
RGB Variations
Color information
#36CFFF (or 0x36CFFF) is known color: Summer Sky. HEX triplet: 36, CF and FF. RGB value is (54,207,255). Sum of RGB (Red+Green+Blue) = 54+207+255=516 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.47% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #36CFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36CFFF is #C93000. Grayscale: #A6A6A6. Windows color (decimal): -13185025 or 16764726. OLE color: 16764726.
HSL color Cylindrical-coordinate representation of color #36CFFF: hue angle of 194.33º 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 #36CFFF is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 207 | 255 | - |
| CMYK | 0.79 | 0.19 | 0 | 0 |
| HSL | 194.33º | 1% | 0.61% | - |
| HSV(B) | 194.33º | 0.79% | 1% | - |
| XYZ | 41.88 | 52.63 | 102.56 | - |
| YUV | 166.73 | 177.81 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 255 | 0.79 | 0.19 | 0 | 0 | 194.33 | 1 | 0.61 |
| Hex | 36 | CF | FF | 4F | 13 | 0 | 0 | C2 | 64 | 3D |
| Octal | 66 | 317 | 377 | 117 | 23 | 0 | 0 | 302 | 144 | 75 |
| Binary | 110110 | 11001111 | 11111111 | 1001111 | 10011 | 0 | 0 | 11000010 | 1100100 | 111101 |
Color Harmonies of #36CFFF
Complementary color
Monochromatic Colors of #36CFFF
Black with #36CFFF
Text Example
Text Example
White with #36CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFFF; }
p { color: rgb(54,207,255); }
H1.HeaderClassName
{
color: #36CFFF;
}
.AnyTagClassName
{
color: #36CFFF;
}
</style>
background-color css
<style>
a { background-color: #36CFFF; }
a { background-color: rgb(54,207,255); }
div.DivClassName
{
background-color: #36CFFF;
}
.BgClassName
{
background-color: #36CFFF;
}
</style>
border-color css
<style>
span { border-color: #36CFFF; }
span { border-color: rgb(54,207,255); }
td.TdClassName
{
border-color: #36CFFF;
}
.TagClassName
{
border-color: #36CFFF;
}
</style>