Shades of Summer Sky #36BAF1
Tints of Summer Sky #36BAF1
RGB
CMYK
RGB Variations
Color information
#36BAF1 (or 0x36BAF1) is known color: Summer Sky. HEX triplet: 36, BA and F1. RGB value is (54,186,241). Sum of RGB (Red+Green+Blue) = 54+186+241=481 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.23% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #36BAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36BAF1 is #C9450E. Grayscale: #989898. Windows color (decimal): -13190415 or 15841846. OLE color: 15841846.
HSL color Cylindrical-coordinate representation of color #36BAF1: hue angle of 197.65º 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 #36BAF1 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 186 | 241 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.05 |
| HSL | 197.65º | 0.87% | 0.58% | - |
| HSV(B) | 197.65º | 0.78% | 0.95% | - |
| XYZ | 34.96 | 42.25 | 89.53 | - |
| YUV | 152.8 | 177.77 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 241 | 0.78 | 0.23 | 0 | 0.05 | 197.65 | 0.87 | 0.58 |
| Hex | 36 | BA | F1 | 4E | 17 | 0 | 5 | C6 | 57 | 3A |
| Octal | 66 | 272 | 361 | 116 | 27 | 0 | 5 | 306 | 127 | 72 |
| Binary | 110110 | 10111010 | 11110001 | 1001110 | 10111 | 0 | 101 | 11000110 | 1010111 | 111010 |
Color Harmonies of #36BAF1
Complementary color
Monochromatic Colors of #36BAF1
Black with #36BAF1
Text Example
Text Example
White with #36BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BAF1; }
p { color: rgb(54,186,241); }
H1.HeaderClassName
{
color: #36BAF1;
}
.AnyTagClassName
{
color: #36BAF1;
}
</style>
background-color css
<style>
a { background-color: #36BAF1; }
a { background-color: rgb(54,186,241); }
div.DivClassName
{
background-color: #36BAF1;
}
.BgClassName
{
background-color: #36BAF1;
}
</style>
border-color css
<style>
span { border-color: #36BAF1; }
span { border-color: rgb(54,186,241); }
td.TdClassName
{
border-color: #36BAF1;
}
.TagClassName
{
border-color: #36BAF1;
}
</style>