Shades of Summer Sky #36BDCC
Tints of Summer Sky #36BDCC
RGB
CMYK
RGB Variations
Color information
#36BDCC (or 0x36BDCC) is known color: Summer Sky. HEX triplet: 36, BD and CC. RGB value is (54,189,204). Sum of RGB (Red+Green+Blue) = 54+189+204=447 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.08% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #36BDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BDCC is #C94233. Grayscale: #969696. Windows color (decimal): -13189684 or 13417782. OLE color: 13417782.
HSL color Cylindrical-coordinate representation of color #36BDCC: hue angle of 186º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36BDCC is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 189 | 204 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.2 |
| HSL | 186º | 0.6% | 0.51% | - |
| HSV(B) | 186º | 0.74% | 0.8% | - |
| XYZ | 30.62 | 41.54 | 63.53 | - |
| YUV | 150.35 | 158.27 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 189 | 204 | 0.74 | 0.07 | 0 | 0.2 | 186 | 0.6 | 0.51 |
| Hex | 36 | BD | CC | 4A | 7 | 0 | 14 | BA | 3C | 33 |
| Octal | 66 | 275 | 314 | 112 | 7 | 0 | 24 | 272 | 74 | 63 |
| Binary | 110110 | 10111101 | 11001100 | 1001010 | 111 | 0 | 10100 | 10111010 | 111100 | 110011 |
Color Harmonies of #36BDCC
Complementary color
Monochromatic Colors of #36BDCC
Black with #36BDCC
Text Example
Text Example
White with #36BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BDCC; }
p { color: rgb(54,189,204); }
H1.HeaderClassName
{
color: #36BDCC;
}
.AnyTagClassName
{
color: #36BDCC;
}
</style>
background-color css
<style>
a { background-color: #36BDCC; }
a { background-color: rgb(54,189,204); }
div.DivClassName
{
background-color: #36BDCC;
}
.BgClassName
{
background-color: #36BDCC;
}
</style>
border-color css
<style>
span { border-color: #36BDCC; }
span { border-color: rgb(54,189,204); }
td.TdClassName
{
border-color: #36BDCC;
}
.TagClassName
{
border-color: #36BDCC;
}
</style>