Shades of Summer Sky #35C8DC
Tints of Summer Sky #35C8DC
RGB
CMYK
RGB Variations
Color information
#35C8DC (or 0x35C8DC) is known color: Summer Sky. HEX triplet: 35, C8 and DC. RGB value is (53,200,220). Sum of RGB (Red+Green+Blue) = 53+200+220=473 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.21% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #35C8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C8DC is #CA3723. Grayscale: #9E9E9E. Windows color (decimal): -13252388 or 14469173. OLE color: 14469173.
HSL color Cylindrical-coordinate representation of color #35C8DC: hue angle of 187.19º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35C8DC is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 200 | 220 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.14 |
| HSL | 187.19º | 0.7% | 0.54% | - |
| HSV(B) | 187.19º | 0.76% | 0.86% | - |
| XYZ | 35.04 | 47.23 | 74.98 | - |
| YUV | 158.33 | 162.8 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 220 | 0.76 | 0.09 | 0 | 0.14 | 187.19 | 0.7 | 0.54 |
| Hex | 35 | C8 | DC | 4C | 9 | 0 | E | BB | 46 | 36 |
| Octal | 65 | 310 | 334 | 114 | 11 | 0 | 16 | 273 | 106 | 66 |
| Binary | 110101 | 11001000 | 11011100 | 1001100 | 1001 | 0 | 1110 | 10111011 | 1000110 | 110110 |
Color Harmonies of #35C8DC
Complementary color
Monochromatic Colors of #35C8DC
Black with #35C8DC
Text Example
Text Example
White with #35C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C8DC; }
p { color: rgb(53,200,220); }
H1.HeaderClassName
{
color: #35C8DC;
}
.AnyTagClassName
{
color: #35C8DC;
}
</style>
background-color css
<style>
a { background-color: #35C8DC; }
a { background-color: rgb(53,200,220); }
div.DivClassName
{
background-color: #35C8DC;
}
.BgClassName
{
background-color: #35C8DC;
}
</style>
border-color css
<style>
span { border-color: #35C8DC; }
span { border-color: rgb(53,200,220); }
td.TdClassName
{
border-color: #35C8DC;
}
.TagClassName
{
border-color: #35C8DC;
}
</style>