Shades of Summer Sky #35ADD0
Tints of Summer Sky #35ADD0
RGB
CMYK
RGB Variations
Color information
#35ADD0 (or 0x35ADD0) is known color: Summer Sky. HEX triplet: 35, AD and D0. RGB value is (53,173,208). Sum of RGB (Red+Green+Blue) = 53+173+208=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #35ADD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ADD0 is #CA522F. Grayscale: #8C8C8C. Windows color (decimal): -13259312 or 13675829. OLE color: 13675829.
HSL color Cylindrical-coordinate representation of color #35ADD0: hue angle of 193.55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35ADD0 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 173 | 208 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.18 |
| HSL | 193.55º | 0.62% | 0.51% | - |
| HSV(B) | 193.55º | 0.75% | 0.82% | - |
| XYZ | 27.8 | 35.2 | 65 | - |
| YUV | 141.11 | 165.74 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 208 | 0.75 | 0.17 | 0 | 0.18 | 193.55 | 0.62 | 0.51 |
| Hex | 35 | AD | D0 | 4B | 11 | 0 | 12 | C2 | 3E | 33 |
| Octal | 65 | 255 | 320 | 113 | 21 | 0 | 22 | 302 | 76 | 63 |
| Binary | 110101 | 10101101 | 11010000 | 1001011 | 10001 | 0 | 10010 | 11000010 | 111110 | 110011 |
Color Harmonies of #35ADD0
Complementary color
Monochromatic Colors of #35ADD0
Black with #35ADD0
Text Example
Text Example
White with #35ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ADD0; }
p { color: rgb(53,173,208); }
H1.HeaderClassName
{
color: #35ADD0;
}
.AnyTagClassName
{
color: #35ADD0;
}
</style>
background-color css
<style>
a { background-color: #35ADD0; }
a { background-color: rgb(53,173,208); }
div.DivClassName
{
background-color: #35ADD0;
}
.BgClassName
{
background-color: #35ADD0;
}
</style>
border-color css
<style>
span { border-color: #35ADD0; }
span { border-color: rgb(53,173,208); }
td.TdClassName
{
border-color: #35ADD0;
}
.TagClassName
{
border-color: #35ADD0;
}
</style>