Shades of Summer Sky #36BBF2
Tints of Summer Sky #36BBF2
RGB
CMYK
RGB Variations
Color information
#36BBF2 (or 0x36BBF2) is known color: Summer Sky. HEX triplet: 36, BB and F2. RGB value is (54,187,242). Sum of RGB (Red+Green+Blue) = 54+187+242=483 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.18% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #36BBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36BBF2 is #C9440D. Grayscale: #999999. Windows color (decimal): -13190158 or 15907638. OLE color: 15907638.
HSL color Cylindrical-coordinate representation of color #36BBF2: hue angle of 197.55º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36BBF2 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 187 | 242 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.05 |
| HSL | 197.55º | 0.88% | 0.58% | - |
| HSV(B) | 197.55º | 0.78% | 0.95% | - |
| XYZ | 35.32 | 42.74 | 90.39 | - |
| YUV | 153.5 | 177.94 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 187 | 242 | 0.78 | 0.23 | 0 | 0.05 | 197.55 | 0.88 | 0.58 |
| Hex | 36 | BB | F2 | 4E | 17 | 0 | 5 | C6 | 58 | 3A |
| Octal | 66 | 273 | 362 | 116 | 27 | 0 | 5 | 306 | 130 | 72 |
| Binary | 110110 | 10111011 | 11110010 | 1001110 | 10111 | 0 | 101 | 11000110 | 1011000 | 111010 |
Color Harmonies of #36BBF2
Complementary color
Monochromatic Colors of #36BBF2
Black with #36BBF2
Text Example
Text Example
White with #36BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BBF2; }
p { color: rgb(54,187,242); }
H1.HeaderClassName
{
color: #36BBF2;
}
.AnyTagClassName
{
color: #36BBF2;
}
</style>
background-color css
<style>
a { background-color: #36BBF2; }
a { background-color: rgb(54,187,242); }
div.DivClassName
{
background-color: #36BBF2;
}
.BgClassName
{
background-color: #36BBF2;
}
</style>
border-color css
<style>
span { border-color: #36BBF2; }
span { border-color: rgb(54,187,242); }
td.TdClassName
{
border-color: #36BBF2;
}
.TagClassName
{
border-color: #36BBF2;
}
</style>