Shades of Summer Sky #35A1D9
Tints of Summer Sky #35A1D9
RGB
CMYK
RGB Variations
Color information
#35A1D9 (or 0x35A1D9) is known color: Summer Sky. HEX triplet: 35, A1 and D9. RGB value is (53,161,217). Sum of RGB (Red+Green+Blue) = 53+161+217=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #35A1D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A1D9 is #CA5E26. Grayscale: #868686. Windows color (decimal): -13262375 or 14262581. OLE color: 14262581.
HSL color Cylindrical-coordinate representation of color #35A1D9: hue angle of 200.49º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35A1D9 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 161 | 217 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.15 |
| HSL | 200.49º | 0.68% | 0.53% | - |
| HSV(B) | 200.49º | 0.76% | 0.85% | - |
| XYZ | 26.74 | 31.26 | 70.27 | - |
| YUV | 135.09 | 174.22 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 161 | 217 | 0.76 | 0.26 | 0 | 0.15 | 200.49 | 0.68 | 0.53 |
| Hex | 35 | A1 | D9 | 4C | 1A | 0 | F | C8 | 44 | 35 |
| Octal | 65 | 241 | 331 | 114 | 32 | 0 | 17 | 310 | 104 | 65 |
| Binary | 110101 | 10100001 | 11011001 | 1001100 | 11010 | 0 | 1111 | 11001000 | 1000100 | 110101 |
Color Harmonies of #35A1D9
Complementary color
Monochromatic Colors of #35A1D9
Black with #35A1D9
Text Example
Text Example
White with #35A1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A1D9; }
p { color: rgb(53,161,217); }
H1.HeaderClassName
{
color: #35A1D9;
}
.AnyTagClassName
{
color: #35A1D9;
}
</style>
background-color css
<style>
a { background-color: #35A1D9; }
a { background-color: rgb(53,161,217); }
div.DivClassName
{
background-color: #35A1D9;
}
.BgClassName
{
background-color: #35A1D9;
}
</style>
border-color css
<style>
span { border-color: #35A1D9; }
span { border-color: rgb(53,161,217); }
td.TdClassName
{
border-color: #35A1D9;
}
.TagClassName
{
border-color: #35A1D9;
}
</style>