Shades of Summer Sky #35A4DB
Tints of Summer Sky #35A4DB
RGB
CMYK
RGB Variations
Color information
#35A4DB (or 0x35A4DB) is known color: Summer Sky. HEX triplet: 35, A4 and DB. RGB value is (53,164,219). Sum of RGB (Red+Green+Blue) = 53+164+219=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #35A4DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A4DB is #CA5B24. Grayscale: #888888. Windows color (decimal): -13261605 or 14394421. OLE color: 14394421.
HSL color Cylindrical-coordinate representation of color #35A4DB: hue angle of 199.88º 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 #35A4DB is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 164 | 219 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.14 |
| HSL | 199.88º | 0.7% | 0.53% | - |
| HSV(B) | 199.88º | 0.76% | 0.86% | - |
| XYZ | 27.53 | 32.42 | 71.82 | - |
| YUV | 137.08 | 174.23 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 164 | 219 | 0.76 | 0.25 | 0 | 0.14 | 199.88 | 0.7 | 0.53 |
| Hex | 35 | A4 | DB | 4C | 19 | 0 | E | C8 | 46 | 35 |
| Octal | 65 | 244 | 333 | 114 | 31 | 0 | 16 | 310 | 106 | 65 |
| Binary | 110101 | 10100100 | 11011011 | 1001100 | 11001 | 0 | 1110 | 11001000 | 1000110 | 110101 |
Color Harmonies of #35A4DB
Complementary color
Monochromatic Colors of #35A4DB
Black with #35A4DB
Text Example
Text Example
White with #35A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A4DB; }
p { color: rgb(53,164,219); }
H1.HeaderClassName
{
color: #35A4DB;
}
.AnyTagClassName
{
color: #35A4DB;
}
</style>
background-color css
<style>
a { background-color: #35A4DB; }
a { background-color: rgb(53,164,219); }
div.DivClassName
{
background-color: #35A4DB;
}
.BgClassName
{
background-color: #35A4DB;
}
</style>
border-color css
<style>
span { border-color: #35A4DB; }
span { border-color: rgb(53,164,219); }
td.TdClassName
{
border-color: #35A4DB;
}
.TagClassName
{
border-color: #35A4DB;
}
</style>