Shades of Summer Sky #35C0DA
Tints of Summer Sky #35C0DA
RGB
CMYK
RGB Variations
Color information
#35C0DA (or 0x35C0DA) is known color: Summer Sky. HEX triplet: 35, C0 and DA. RGB value is (53,192,218). Sum of RGB (Red+Green+Blue) = 53+192+218=463 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.45% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #35C0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C0DA is #CA3F25. Grayscale: #999999. Windows color (decimal): -13254438 or 14336053. OLE color: 14336053.
HSL color Cylindrical-coordinate representation of color #35C0DA: hue angle of 189.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35C0DA is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 192 | 218 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.15 |
| HSL | 189.45º | 0.69% | 0.53% | - |
| HSV(B) | 189.45º | 0.76% | 0.85% | - |
| XYZ | 32.97 | 43.52 | 72.99 | - |
| YUV | 153.4 | 164.45 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 218 | 0.76 | 0.12 | 0 | 0.15 | 189.45 | 0.69 | 0.53 |
| Hex | 35 | C0 | DA | 4C | C | 0 | F | BD | 45 | 35 |
| Octal | 65 | 300 | 332 | 114 | 14 | 0 | 17 | 275 | 105 | 65 |
| Binary | 110101 | 11000000 | 11011010 | 1001100 | 1100 | 0 | 1111 | 10111101 | 1000101 | 110101 |
Color Harmonies of #35C0DA
Complementary color
Monochromatic Colors of #35C0DA
Black with #35C0DA
Text Example
Text Example
White with #35C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C0DA; }
p { color: rgb(53,192,218); }
H1.HeaderClassName
{
color: #35C0DA;
}
.AnyTagClassName
{
color: #35C0DA;
}
</style>
background-color css
<style>
a { background-color: #35C0DA; }
a { background-color: rgb(53,192,218); }
div.DivClassName
{
background-color: #35C0DA;
}
.BgClassName
{
background-color: #35C0DA;
}
</style>
border-color css
<style>
span { border-color: #35C0DA; }
span { border-color: rgb(53,192,218); }
td.TdClassName
{
border-color: #35C0DA;
}
.TagClassName
{
border-color: #35C0DA;
}
</style>