Shades of Summer Sky #35A4CA
Tints of Summer Sky #35A4CA
RGB
CMYK
RGB Variations
Color information
#35A4CA (or 0x35A4CA) is known color: Summer Sky. HEX triplet: 35, A4 and CA. RGB value is (53,164,202). Sum of RGB (Red+Green+Blue) = 53+164+202=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #35A4CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A4CA is #CA5B35. Grayscale: #868686. Windows color (decimal): -13261622 or 13280309. OLE color: 13280309.
HSL color Cylindrical-coordinate representation of color #35A4CA: hue angle of 195.3º 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 #35A4CA is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 164 | 202 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.21 |
| HSL | 195.3º | 0.58% | 0.5% | - |
| HSV(B) | 195.3º | 0.74% | 0.79% | - |
| XYZ | 25.4 | 31.57 | 60.63 | - |
| YUV | 135.14 | 165.73 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 164 | 202 | 0.74 | 0.19 | 0 | 0.21 | 195.3 | 0.58 | 0.5 |
| Hex | 35 | A4 | CA | 4A | 13 | 0 | 15 | C3 | 3A | 32 |
| Octal | 65 | 244 | 312 | 112 | 23 | 0 | 25 | 303 | 72 | 62 |
| Binary | 110101 | 10100100 | 11001010 | 1001010 | 10011 | 0 | 10101 | 11000011 | 111010 | 110010 |
Color Harmonies of #35A4CA
Complementary color
Monochromatic Colors of #35A4CA
Black with #35A4CA
Text Example
Text Example
White with #35A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A4CA; }
p { color: rgb(53,164,202); }
H1.HeaderClassName
{
color: #35A4CA;
}
.AnyTagClassName
{
color: #35A4CA;
}
</style>
background-color css
<style>
a { background-color: #35A4CA; }
a { background-color: rgb(53,164,202); }
div.DivClassName
{
background-color: #35A4CA;
}
.BgClassName
{
background-color: #35A4CA;
}
</style>
border-color css
<style>
span { border-color: #35A4CA; }
span { border-color: rgb(53,164,202); }
td.TdClassName
{
border-color: #35A4CA;
}
.TagClassName
{
border-color: #35A4CA;
}
</style>