Shades of Summer Sky #35C0D6
Tints of Summer Sky #35C0D6
RGB
CMYK
RGB Variations
Color information
#35C0D6 (or 0x35C0D6) is known color: Summer Sky. HEX triplet: 35, C0 and D6. RGB value is (53,192,214). Sum of RGB (Red+Green+Blue) = 53+192+214=459 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.55% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #35C0D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C0D6 is #CA3F29. Grayscale: #989898. Windows color (decimal): -13254442 or 14073909. OLE color: 14073909.
HSL color Cylindrical-coordinate representation of color #35C0D6: hue angle of 188.2º degrees, saturation: 0.66, 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 #35C0D6 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 192 | 214 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.16 |
| HSL | 188.2º | 0.66% | 0.52% | - |
| HSV(B) | 188.2º | 0.75% | 0.84% | - |
| XYZ | 32.46 | 43.31 | 70.27 | - |
| YUV | 152.95 | 162.45 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 214 | 0.75 | 0.10 | 0 | 0.16 | 188.2 | 0.66 | 0.52 |
| Hex | 35 | C0 | D6 | 4B | A | 0 | 10 | BC | 42 | 34 |
| Octal | 65 | 300 | 326 | 113 | 12 | 0 | 20 | 274 | 102 | 64 |
| Binary | 110101 | 11000000 | 11010110 | 1001011 | 1010 | 0 | 10000 | 10111100 | 1000010 | 110100 |
Color Harmonies of #35C0D6
Complementary color
Monochromatic Colors of #35C0D6
Black with #35C0D6
Text Example
Text Example
White with #35C0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C0D6; }
p { color: rgb(53,192,214); }
H1.HeaderClassName
{
color: #35C0D6;
}
.AnyTagClassName
{
color: #35C0D6;
}
</style>
background-color css
<style>
a { background-color: #35C0D6; }
a { background-color: rgb(53,192,214); }
div.DivClassName
{
background-color: #35C0D6;
}
.BgClassName
{
background-color: #35C0D6;
}
</style>
border-color css
<style>
span { border-color: #35C0D6; }
span { border-color: rgb(53,192,214); }
td.TdClassName
{
border-color: #35C0D6;
}
.TagClassName
{
border-color: #35C0D6;
}
</style>