Shades of Summer Sky #35A9DB
Tints of Summer Sky #35A9DB
RGB
CMYK
RGB Variations
Color information
#35A9DB (or 0x35A9DB) is known color: Summer Sky. HEX triplet: 35, A9 and DB. RGB value is (53,169,219). Sum of RGB (Red+Green+Blue) = 53+169+219=441 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.02% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #35A9DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A9DB is #CA5624. Grayscale: #8B8B8B. Windows color (decimal): -13260325 or 14395701. OLE color: 14395701.
HSL color Cylindrical-coordinate representation of color #35A9DB: hue angle of 198.07º 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 #35A9DB is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 169 | 219 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.14 |
| HSL | 198.07º | 0.7% | 0.53% | - |
| HSV(B) | 198.07º | 0.76% | 0.86% | - |
| XYZ | 28.44 | 34.25 | 72.13 | - |
| YUV | 140.02 | 172.57 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 169 | 219 | 0.76 | 0.23 | 0 | 0.14 | 198.07 | 0.7 | 0.53 |
| Hex | 35 | A9 | DB | 4C | 17 | 0 | E | C6 | 46 | 35 |
| Octal | 65 | 251 | 333 | 114 | 27 | 0 | 16 | 306 | 106 | 65 |
| Binary | 110101 | 10101001 | 11011011 | 1001100 | 10111 | 0 | 1110 | 11000110 | 1000110 | 110101 |
Color Harmonies of #35A9DB
Complementary color
Monochromatic Colors of #35A9DB
Black with #35A9DB
Text Example
Text Example
White with #35A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A9DB; }
p { color: rgb(53,169,219); }
H1.HeaderClassName
{
color: #35A9DB;
}
.AnyTagClassName
{
color: #35A9DB;
}
</style>
background-color css
<style>
a { background-color: #35A9DB; }
a { background-color: rgb(53,169,219); }
div.DivClassName
{
background-color: #35A9DB;
}
.BgClassName
{
background-color: #35A9DB;
}
</style>
border-color css
<style>
span { border-color: #35A9DB; }
span { border-color: rgb(53,169,219); }
td.TdClassName
{
border-color: #35A9DB;
}
.TagClassName
{
border-color: #35A9DB;
}
</style>