Shades of Summer Sky #36BADF
Tints of Summer Sky #36BADF
RGB
CMYK
RGB Variations
Color information
#36BADF (or 0x36BADF) is known color: Summer Sky. HEX triplet: 36, BA and DF. RGB value is (54,186,223). Sum of RGB (Red+Green+Blue) = 54+186+223=463 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.66% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #36BADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BADF is #C94520. Grayscale: #969696. Windows color (decimal): -13190433 or 14662198. OLE color: 14662198.
HSL color Cylindrical-coordinate representation of color #36BADF: hue angle of 193.14º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36BADF is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 186 | 223 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.13 |
| HSL | 193.14º | 0.73% | 0.54% | - |
| HSV(B) | 193.14º | 0.76% | 0.87% | - |
| XYZ | 32.4 | 41.23 | 76.06 | - |
| YUV | 150.75 | 168.77 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 223 | 0.76 | 0.17 | 0 | 0.13 | 193.14 | 0.73 | 0.54 |
| Hex | 36 | BA | DF | 4C | 11 | 0 | D | C1 | 49 | 36 |
| Octal | 66 | 272 | 337 | 114 | 21 | 0 | 15 | 301 | 111 | 66 |
| Binary | 110110 | 10111010 | 11011111 | 1001100 | 10001 | 0 | 1101 | 11000001 | 1001001 | 110110 |
Color Harmonies of #36BADF
Complementary color
Monochromatic Colors of #36BADF
Black with #36BADF
Text Example
Text Example
White with #36BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BADF; }
p { color: rgb(54,186,223); }
H1.HeaderClassName
{
color: #36BADF;
}
.AnyTagClassName
{
color: #36BADF;
}
</style>
background-color css
<style>
a { background-color: #36BADF; }
a { background-color: rgb(54,186,223); }
div.DivClassName
{
background-color: #36BADF;
}
.BgClassName
{
background-color: #36BADF;
}
</style>
border-color css
<style>
span { border-color: #36BADF; }
span { border-color: rgb(54,186,223); }
td.TdClassName
{
border-color: #36BADF;
}
.TagClassName
{
border-color: #36BADF;
}
</style>