Shades of Summer Sky #36BFF5
Tints of Summer Sky #36BFF5
RGB
CMYK
RGB Variations
Color information
#36BFF5 (or 0x36BFF5) is known color: Summer Sky. HEX triplet: 36, BF and F5. RGB value is (54,191,245). Sum of RGB (Red+Green+Blue) = 54+191+245=490 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.02% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 245 (96.09% from 255 or 50% from 490); Max value from RGB is 245 - color contains mainly: blue. Hex color #36BFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36BFF5 is #C9400A. Grayscale: #9B9B9B. Windows color (decimal): -13189131 or 16105270. OLE color: 16105270.
HSL color Cylindrical-coordinate representation of color #36BFF5: hue angle of 196.96º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36BFF5 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 191 | 245 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.04 |
| HSL | 196.96º | 0.91% | 0.59% | - |
| HSV(B) | 196.96º | 0.78% | 0.96% | - |
| XYZ | 36.63 | 44.64 | 93.07 | - |
| YUV | 156.19 | 178.11 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 191 | 245 | 0.78 | 0.22 | 0 | 0.04 | 196.96 | 0.91 | 0.59 |
| Hex | 36 | BF | F5 | 4E | 16 | 0 | 4 | C5 | 5B | 3B |
| Octal | 66 | 277 | 365 | 116 | 26 | 0 | 4 | 305 | 133 | 73 |
| Binary | 110110 | 10111111 | 11110101 | 1001110 | 10110 | 0 | 100 | 11000101 | 1011011 | 111011 |
Color Harmonies of #36BFF5
Complementary color
Monochromatic Colors of #36BFF5
Black with #36BFF5
Text Example
Text Example
White with #36BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BFF5; }
p { color: rgb(54,191,245); }
H1.HeaderClassName
{
color: #36BFF5;
}
.AnyTagClassName
{
color: #36BFF5;
}
</style>
background-color css
<style>
a { background-color: #36BFF5; }
a { background-color: rgb(54,191,245); }
div.DivClassName
{
background-color: #36BFF5;
}
.BgClassName
{
background-color: #36BFF5;
}
</style>
border-color css
<style>
span { border-color: #36BFF5; }
span { border-color: rgb(54,191,245); }
td.TdClassName
{
border-color: #36BFF5;
}
.TagClassName
{
border-color: #36BFF5;
}
</style>