Shades of Summer Sky #36B8CC
Tints of Summer Sky #36B8CC
RGB
CMYK
RGB Variations
Color information
#36B8CC (or 0x36B8CC) is known color: Summer Sky. HEX triplet: 36, B8 and CC. RGB value is (54,184,204). Sum of RGB (Red+Green+Blue) = 54+184+204=442 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.22% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #36B8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36B8CC is #C94733. Grayscale: #939393. Windows color (decimal): -13190964 or 13416502. OLE color: 13416502.
HSL color Cylindrical-coordinate representation of color #36B8CC: hue angle of 188º 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 #36B8CC is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 184 | 204 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.2 |
| HSL | 188º | 0.6% | 0.51% | - |
| HSV(B) | 188º | 0.74% | 0.8% | - |
| XYZ | 29.56 | 39.42 | 63.18 | - |
| YUV | 147.41 | 159.93 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 184 | 204 | 0.74 | 0.10 | 0 | 0.2 | 188 | 0.6 | 0.51 |
| Hex | 36 | B8 | CC | 4A | A | 0 | 14 | BC | 3C | 33 |
| Octal | 66 | 270 | 314 | 112 | 12 | 0 | 24 | 274 | 74 | 63 |
| Binary | 110110 | 10111000 | 11001100 | 1001010 | 1010 | 0 | 10100 | 10111100 | 111100 | 110011 |
Color Harmonies of #36B8CC
Complementary color
Monochromatic Colors of #36B8CC
Black with #36B8CC
Text Example
Text Example
White with #36B8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B8CC; }
p { color: rgb(54,184,204); }
H1.HeaderClassName
{
color: #36B8CC;
}
.AnyTagClassName
{
color: #36B8CC;
}
</style>
background-color css
<style>
a { background-color: #36B8CC; }
a { background-color: rgb(54,184,204); }
div.DivClassName
{
background-color: #36B8CC;
}
.BgClassName
{
background-color: #36B8CC;
}
</style>
border-color css
<style>
span { border-color: #36B8CC; }
span { border-color: rgb(54,184,204); }
td.TdClassName
{
border-color: #36B8CC;
}
.TagClassName
{
border-color: #36B8CC;
}
</style>