Shades of Summer Sky #36BDD5
Tints of Summer Sky #36BDD5
RGB
CMYK
RGB Variations
Color information
#36BDD5 (or 0x36BDD5) is known color: Summer Sky. HEX triplet: 36, BD and D5. RGB value is (54,189,213). Sum of RGB (Red+Green+Blue) = 54+189+213=456 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.84% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #36BDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BDD5 is #C9422A. Grayscale: #979797. Windows color (decimal): -13189675 or 14007606. OLE color: 14007606.
HSL color Cylindrical-coordinate representation of color #36BDD5: hue angle of 189.06º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36BDD5 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 189 | 213 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.16 |
| HSL | 189.06º | 0.65% | 0.52% | - |
| HSV(B) | 189.06º | 0.75% | 0.84% | - |
| XYZ | 31.73 | 41.98 | 69.38 | - |
| YUV | 151.37 | 162.77 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 189 | 213 | 0.75 | 0.11 | 0 | 0.16 | 189.06 | 0.65 | 0.52 |
| Hex | 36 | BD | D5 | 4B | B | 0 | 10 | BD | 41 | 34 |
| Octal | 66 | 275 | 325 | 113 | 13 | 0 | 20 | 275 | 101 | 64 |
| Binary | 110110 | 10111101 | 11010101 | 1001011 | 1011 | 0 | 10000 | 10111101 | 1000001 | 110100 |
Color Harmonies of #36BDD5
Complementary color
Monochromatic Colors of #36BDD5
Black with #36BDD5
Text Example
Text Example
White with #36BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BDD5; }
p { color: rgb(54,189,213); }
H1.HeaderClassName
{
color: #36BDD5;
}
.AnyTagClassName
{
color: #36BDD5;
}
</style>
background-color css
<style>
a { background-color: #36BDD5; }
a { background-color: rgb(54,189,213); }
div.DivClassName
{
background-color: #36BDD5;
}
.BgClassName
{
background-color: #36BDD5;
}
</style>
border-color css
<style>
span { border-color: #36BDD5; }
span { border-color: rgb(54,189,213); }
td.TdClassName
{
border-color: #36BDD5;
}
.TagClassName
{
border-color: #36BDD5;
}
</style>