Shades of Summer Sky #36BDDC
Tints of Summer Sky #36BDDC
RGB
CMYK
RGB Variations
Color information
#36BDDC (or 0x36BDDC) is known color: Summer Sky. HEX triplet: 36, BD and DC. RGB value is (54,189,220). Sum of RGB (Red+Green+Blue) = 54+189+220=463 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.66% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #36BDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BDDC is #C94223. Grayscale: #979797. Windows color (decimal): -13189668 or 14466358. OLE color: 14466358.
HSL color Cylindrical-coordinate representation of color #36BDDC: hue angle of 191.2º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36BDDC is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 189 | 220 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.14 |
| HSL | 191.2º | 0.7% | 0.54% | - |
| HSV(B) | 191.2º | 0.75% | 0.86% | - |
| XYZ | 32.64 | 42.35 | 74.16 | - |
| YUV | 152.17 | 166.27 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 189 | 220 | 0.75 | 0.14 | 0 | 0.14 | 191.2 | 0.7 | 0.54 |
| Hex | 36 | BD | DC | 4B | E | 0 | E | BF | 46 | 36 |
| Octal | 66 | 275 | 334 | 113 | 16 | 0 | 16 | 277 | 106 | 66 |
| Binary | 110110 | 10111101 | 11011100 | 1001011 | 1110 | 0 | 1110 | 10111111 | 1000110 | 110110 |
Color Harmonies of #36BDDC
Complementary color
Monochromatic Colors of #36BDDC
Black with #36BDDC
Text Example
Text Example
White with #36BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BDDC; }
p { color: rgb(54,189,220); }
H1.HeaderClassName
{
color: #36BDDC;
}
.AnyTagClassName
{
color: #36BDDC;
}
</style>
background-color css
<style>
a { background-color: #36BDDC; }
a { background-color: rgb(54,189,220); }
div.DivClassName
{
background-color: #36BDDC;
}
.BgClassName
{
background-color: #36BDDC;
}
</style>
border-color css
<style>
span { border-color: #36BDDC; }
span { border-color: rgb(54,189,220); }
td.TdClassName
{
border-color: #36BDDC;
}
.TagClassName
{
border-color: #36BDDC;
}
</style>