Shades of Summer Sky #35C0DC
Tints of Summer Sky #35C0DC
RGB
CMYK
RGB Variations
Color information
#35C0DC (or 0x35C0DC) is known color: Summer Sky. HEX triplet: 35, C0 and DC. RGB value is (53,192,220). Sum of RGB (Red+Green+Blue) = 53+192+220=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #35C0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C0DC is #CA3F23. Grayscale: #999999. Windows color (decimal): -13254436 or 14467125. OLE color: 14467125.
HSL color Cylindrical-coordinate representation of color #35C0DC: hue angle of 190.06º 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 #35C0DC is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 192 | 220 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.14 |
| HSL | 190.06º | 0.7% | 0.54% | - |
| HSV(B) | 190.06º | 0.76% | 0.86% | - |
| XYZ | 33.24 | 43.62 | 74.38 | - |
| YUV | 153.63 | 165.45 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 220 | 0.76 | 0.13 | 0 | 0.14 | 190.06 | 0.7 | 0.54 |
| Hex | 35 | C0 | DC | 4C | D | 0 | E | BE | 46 | 36 |
| Octal | 65 | 300 | 334 | 114 | 15 | 0 | 16 | 276 | 106 | 66 |
| Binary | 110101 | 11000000 | 11011100 | 1001100 | 1101 | 0 | 1110 | 10111110 | 1000110 | 110110 |
Color Harmonies of #35C0DC
Complementary color
Monochromatic Colors of #35C0DC
Black with #35C0DC
Text Example
Text Example
White with #35C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C0DC; }
p { color: rgb(53,192,220); }
H1.HeaderClassName
{
color: #35C0DC;
}
.AnyTagClassName
{
color: #35C0DC;
}
</style>
background-color css
<style>
a { background-color: #35C0DC; }
a { background-color: rgb(53,192,220); }
div.DivClassName
{
background-color: #35C0DC;
}
.BgClassName
{
background-color: #35C0DC;
}
</style>
border-color css
<style>
span { border-color: #35C0DC; }
span { border-color: rgb(53,192,220); }
td.TdClassName
{
border-color: #35C0DC;
}
.TagClassName
{
border-color: #35C0DC;
}
</style>