Shades of Summer Sky #36BCD0
Tints of Summer Sky #36BCD0
RGB
CMYK
RGB Variations
Color information
#36BCD0 (or 0x36BCD0) is known color: Summer Sky. HEX triplet: 36, BC and D0. RGB value is (54,188,208). Sum of RGB (Red+Green+Blue) = 54+188+208=450 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #36BCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BCD0 is #C9432F. Grayscale: #969696. Windows color (decimal): -13189936 or 13679670. OLE color: 13679670.
HSL color Cylindrical-coordinate representation of color #36BCD0: hue angle of 187.79º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36BCD0 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 188 | 208 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.18 |
| HSL | 187.79º | 0.62% | 0.51% | - |
| HSV(B) | 187.79º | 0.74% | 0.82% | - |
| XYZ | 30.89 | 41.3 | 66.02 | - |
| YUV | 150.21 | 160.61 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 208 | 0.74 | 0.10 | 0 | 0.18 | 187.79 | 0.62 | 0.51 |
| Hex | 36 | BC | D0 | 4A | A | 0 | 12 | BC | 3E | 33 |
| Octal | 66 | 274 | 320 | 112 | 12 | 0 | 22 | 274 | 76 | 63 |
| Binary | 110110 | 10111100 | 11010000 | 1001010 | 1010 | 0 | 10010 | 10111100 | 111110 | 110011 |
Color Harmonies of #36BCD0
Complementary color
Monochromatic Colors of #36BCD0
Black with #36BCD0
Text Example
Text Example
White with #36BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BCD0; }
p { color: rgb(54,188,208); }
H1.HeaderClassName
{
color: #36BCD0;
}
.AnyTagClassName
{
color: #36BCD0;
}
</style>
background-color css
<style>
a { background-color: #36BCD0; }
a { background-color: rgb(54,188,208); }
div.DivClassName
{
background-color: #36BCD0;
}
.BgClassName
{
background-color: #36BCD0;
}
</style>
border-color css
<style>
span { border-color: #36BCD0; }
span { border-color: rgb(54,188,208); }
td.TdClassName
{
border-color: #36BCD0;
}
.TagClassName
{
border-color: #36BCD0;
}
</style>