Shades of Summer Sky #35B9CE
Tints of Summer Sky #35B9CE
RGB
CMYK
RGB Variations
Color information
#35B9CE (or 0x35B9CE) is known color: Summer Sky. HEX triplet: 35, B9 and CE. RGB value is (53,185,206). Sum of RGB (Red+Green+Blue) = 53+185+206=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #35B9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B9CE is #CA4631. Grayscale: #939393. Windows color (decimal): -13256242 or 13547829. OLE color: 13547829.
HSL color Cylindrical-coordinate representation of color #35B9CE: hue angle of 188.24º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35B9CE is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 185 | 206 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.19 |
| HSL | 188.24º | 0.61% | 0.51% | - |
| HSV(B) | 188.24º | 0.74% | 0.81% | - |
| XYZ | 29.96 | 39.91 | 64.52 | - |
| YUV | 147.93 | 160.77 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 206 | 0.74 | 0.10 | 0 | 0.19 | 188.24 | 0.61 | 0.51 |
| Hex | 35 | B9 | CE | 4A | A | 0 | 13 | BC | 3D | 33 |
| Octal | 65 | 271 | 316 | 112 | 12 | 0 | 23 | 274 | 75 | 63 |
| Binary | 110101 | 10111001 | 11001110 | 1001010 | 1010 | 0 | 10011 | 10111100 | 111101 | 110011 |
Color Harmonies of #35B9CE
Complementary color
Monochromatic Colors of #35B9CE
Black with #35B9CE
Text Example
Text Example
White with #35B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B9CE; }
p { color: rgb(53,185,206); }
H1.HeaderClassName
{
color: #35B9CE;
}
.AnyTagClassName
{
color: #35B9CE;
}
</style>
background-color css
<style>
a { background-color: #35B9CE; }
a { background-color: rgb(53,185,206); }
div.DivClassName
{
background-color: #35B9CE;
}
.BgClassName
{
background-color: #35B9CE;
}
</style>
border-color css
<style>
span { border-color: #35B9CE; }
span { border-color: rgb(53,185,206); }
td.TdClassName
{
border-color: #35B9CE;
}
.TagClassName
{
border-color: #35B9CE;
}
</style>