Shades of Summer Sky #35C6DC
Tints of Summer Sky #35C6DC
RGB
CMYK
RGB Variations
Color information
#35C6DC (or 0x35C6DC) is known color: Summer Sky. HEX triplet: 35, C6 and DC. RGB value is (53,198,220). Sum of RGB (Red+Green+Blue) = 53+198+220=471 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.25% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #35C6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C6DC is #CA3923. Grayscale: #9C9C9C. Windows color (decimal): -13252900 or 14468661. OLE color: 14468661.
HSL color Cylindrical-coordinate representation of color #35C6DC: hue angle of 187.9º 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 #35C6DC is Cyan = 0.76, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 198 | 220 | - |
| CMYK | 0.76 | 0.1 | 0 | 0.14 |
| HSL | 187.9º | 0.7% | 0.54% | - |
| HSV(B) | 187.9º | 0.76% | 0.86% | - |
| XYZ | 34.58 | 46.31 | 74.83 | - |
| YUV | 157.15 | 163.46 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 198 | 220 | 0.76 | 0.1 | 0 | 0.14 | 187.9 | 0.7 | 0.54 |
| Hex | 35 | C6 | DC | 4C | A | 0 | E | BC | 46 | 36 |
| Octal | 65 | 306 | 334 | 114 | 12 | 0 | 16 | 274 | 106 | 66 |
| Binary | 110101 | 11000110 | 11011100 | 1001100 | 1010 | 0 | 1110 | 10111100 | 1000110 | 110110 |
Color Harmonies of #35C6DC
Complementary color
Monochromatic Colors of #35C6DC
Black with #35C6DC
Text Example
Text Example
White with #35C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C6DC; }
p { color: rgb(53,198,220); }
H1.HeaderClassName
{
color: #35C6DC;
}
.AnyTagClassName
{
color: #35C6DC;
}
</style>
background-color css
<style>
a { background-color: #35C6DC; }
a { background-color: rgb(53,198,220); }
div.DivClassName
{
background-color: #35C6DC;
}
.BgClassName
{
background-color: #35C6DC;
}
</style>
border-color css
<style>
span { border-color: #35C6DC; }
span { border-color: rgb(53,198,220); }
td.TdClassName
{
border-color: #35C6DC;
}
.TagClassName
{
border-color: #35C6DC;
}
</style>