Shades of Summer Sky #35A9E0
Tints of Summer Sky #35A9E0
RGB
CMYK
RGB Variations
Color information
#35A9E0 (or 0x35A9E0) is known color: Summer Sky. HEX triplet: 35, A9 and E0. RGB value is (53,169,224). Sum of RGB (Red+Green+Blue) = 53+169+224=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #35A9E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A9E0 is #CA561F. Grayscale: #8C8C8C. Windows color (decimal): -13260320 or 14723381. OLE color: 14723381.
HSL color Cylindrical-coordinate representation of color #35A9E0: hue angle of 199.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35A9E0 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 169 | 224 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.12 |
| HSL | 199.3º | 0.73% | 0.54% | - |
| HSV(B) | 199.3º | 0.76% | 0.88% | - |
| XYZ | 29.11 | 34.51 | 75.65 | - |
| YUV | 140.59 | 175.07 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 169 | 224 | 0.76 | 0.25 | 0 | 0.12 | 199.3 | 0.73 | 0.54 |
| Hex | 35 | A9 | E0 | 4C | 19 | 0 | C | C7 | 49 | 36 |
| Octal | 65 | 251 | 340 | 114 | 31 | 0 | 14 | 307 | 111 | 66 |
| Binary | 110101 | 10101001 | 11100000 | 1001100 | 11001 | 0 | 1100 | 11000111 | 1001001 | 110110 |
Color Harmonies of #35A9E0
Complementary color
Monochromatic Colors of #35A9E0
Black with #35A9E0
Text Example
Text Example
White with #35A9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A9E0; }
p { color: rgb(53,169,224); }
H1.HeaderClassName
{
color: #35A9E0;
}
.AnyTagClassName
{
color: #35A9E0;
}
</style>
background-color css
<style>
a { background-color: #35A9E0; }
a { background-color: rgb(53,169,224); }
div.DivClassName
{
background-color: #35A9E0;
}
.BgClassName
{
background-color: #35A9E0;
}
</style>
border-color css
<style>
span { border-color: #35A9E0; }
span { border-color: rgb(53,169,224); }
td.TdClassName
{
border-color: #35A9E0;
}
.TagClassName
{
border-color: #35A9E0;
}
</style>