Shades of Summer Sky #35ADDB
Tints of Summer Sky #35ADDB
RGB
CMYK
RGB Variations
Color information
#35ADDB (or 0x35ADDB) is known color: Summer Sky. HEX triplet: 35, AD and DB. RGB value is (53,173,219). Sum of RGB (Red+Green+Blue) = 53+173+219=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #35ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ADDB is #CA5224. Grayscale: #8E8E8E. Windows color (decimal): -13259301 or 14396725. OLE color: 14396725.
HSL color Cylindrical-coordinate representation of color #35ADDB: hue angle of 196.63º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35ADDB is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 173 | 219 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.14 |
| HSL | 196.63º | 0.7% | 0.53% | - |
| HSV(B) | 196.63º | 0.76% | 0.86% | - |
| XYZ | 29.2 | 35.76 | 72.38 | - |
| YUV | 142.36 | 171.24 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 219 | 0.76 | 0.21 | 0 | 0.14 | 196.63 | 0.7 | 0.53 |
| Hex | 35 | AD | DB | 4C | 15 | 0 | E | C5 | 46 | 35 |
| Octal | 65 | 255 | 333 | 114 | 25 | 0 | 16 | 305 | 106 | 65 |
| Binary | 110101 | 10101101 | 11011011 | 1001100 | 10101 | 0 | 1110 | 11000101 | 1000110 | 110101 |
Color Harmonies of #35ADDB
Complementary color
Monochromatic Colors of #35ADDB
Black with #35ADDB
Text Example
Text Example
White with #35ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ADDB; }
p { color: rgb(53,173,219); }
H1.HeaderClassName
{
color: #35ADDB;
}
.AnyTagClassName
{
color: #35ADDB;
}
</style>
background-color css
<style>
a { background-color: #35ADDB; }
a { background-color: rgb(53,173,219); }
div.DivClassName
{
background-color: #35ADDB;
}
.BgClassName
{
background-color: #35ADDB;
}
</style>
border-color css
<style>
span { border-color: #35ADDB; }
span { border-color: rgb(53,173,219); }
td.TdClassName
{
border-color: #35ADDB;
}
.TagClassName
{
border-color: #35ADDB;
}
</style>