Shades of Summer Sky #36BCF1
Tints of Summer Sky #36BCF1
RGB
CMYK
RGB Variations
Color information
#36BCF1 (or 0x36BCF1) is known color: Summer Sky. HEX triplet: 36, BC and F1. RGB value is (54,188,241). Sum of RGB (Red+Green+Blue) = 54+188+241=483 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.18% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #36BCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36BCF1 is #C9430E. Grayscale: #999999. Windows color (decimal): -13189903 or 15842358. OLE color: 15842358.
HSL color Cylindrical-coordinate representation of color #36BCF1: hue angle of 197.01º degrees, saturation: 0.87, 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 #36BCF1 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 188 | 241 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.05 |
| HSL | 197.01º | 0.87% | 0.58% | - |
| HSV(B) | 197.01º | 0.78% | 0.95% | - |
| XYZ | 35.38 | 43.1 | 89.67 | - |
| YUV | 153.98 | 177.11 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 241 | 0.78 | 0.22 | 0 | 0.05 | 197.01 | 0.87 | 0.58 |
| Hex | 36 | BC | F1 | 4E | 16 | 0 | 5 | C5 | 57 | 3A |
| Octal | 66 | 274 | 361 | 116 | 26 | 0 | 5 | 305 | 127 | 72 |
| Binary | 110110 | 10111100 | 11110001 | 1001110 | 10110 | 0 | 101 | 11000101 | 1010111 | 111010 |
Color Harmonies of #36BCF1
Complementary color
Monochromatic Colors of #36BCF1
Black with #36BCF1
Text Example
Text Example
White with #36BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BCF1; }
p { color: rgb(54,188,241); }
H1.HeaderClassName
{
color: #36BCF1;
}
.AnyTagClassName
{
color: #36BCF1;
}
</style>
background-color css
<style>
a { background-color: #36BCF1; }
a { background-color: rgb(54,188,241); }
div.DivClassName
{
background-color: #36BCF1;
}
.BgClassName
{
background-color: #36BCF1;
}
</style>
border-color css
<style>
span { border-color: #36BCF1; }
span { border-color: rgb(54,188,241); }
td.TdClassName
{
border-color: #36BCF1;
}
.TagClassName
{
border-color: #36BCF1;
}
</style>