Shades of Summer Sky #35A3CA
Tints of Summer Sky #35A3CA
RGB
CMYK
RGB Variations
Color information
#35A3CA (or 0x35A3CA) is known color: Summer Sky. HEX triplet: 35, A3 and CA. RGB value is (53,163,202). Sum of RGB (Red+Green+Blue) = 53+163+202=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #35A3CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A3CA is #CA5C35. Grayscale: #868686. Windows color (decimal): -13261878 or 13280053. OLE color: 13280053.
HSL color Cylindrical-coordinate representation of color #35A3CA: hue angle of 195.7º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35A3CA is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 163 | 202 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.21 |
| HSL | 195.7º | 0.58% | 0.5% | - |
| HSV(B) | 195.7º | 0.74% | 0.79% | - |
| XYZ | 25.23 | 31.22 | 60.57 | - |
| YUV | 134.56 | 166.06 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 163 | 202 | 0.74 | 0.19 | 0 | 0.21 | 195.7 | 0.58 | 0.5 |
| Hex | 35 | A3 | CA | 4A | 13 | 0 | 15 | C4 | 3A | 32 |
| Octal | 65 | 243 | 312 | 112 | 23 | 0 | 25 | 304 | 72 | 62 |
| Binary | 110101 | 10100011 | 11001010 | 1001010 | 10011 | 0 | 10101 | 11000100 | 111010 | 110010 |
Color Harmonies of #35A3CA
Complementary color
Monochromatic Colors of #35A3CA
Black with #35A3CA
Text Example
Text Example
White with #35A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A3CA; }
p { color: rgb(53,163,202); }
H1.HeaderClassName
{
color: #35A3CA;
}
.AnyTagClassName
{
color: #35A3CA;
}
</style>
background-color css
<style>
a { background-color: #35A3CA; }
a { background-color: rgb(53,163,202); }
div.DivClassName
{
background-color: #35A3CA;
}
.BgClassName
{
background-color: #35A3CA;
}
</style>
border-color css
<style>
span { border-color: #35A3CA; }
span { border-color: rgb(53,163,202); }
td.TdClassName
{
border-color: #35A3CA;
}
.TagClassName
{
border-color: #35A3CA;
}
</style>