Shades of Summer Sky #35A5CE
Tints of Summer Sky #35A5CE
RGB
CMYK
RGB Variations
Color information
#35A5CE (or 0x35A5CE) is known color: Summer Sky. HEX triplet: 35, A5 and CE. RGB value is (53,165,206). Sum of RGB (Red+Green+Blue) = 53+165+206=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #35A5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A5CE is #CA5A31. Grayscale: #878787. Windows color (decimal): -13261362 or 13542709. OLE color: 13542709.
HSL color Cylindrical-coordinate representation of color #35A5CE: hue angle of 196.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35A5CE is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 165 | 206 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.19 |
| HSL | 196.08º | 0.61% | 0.51% | - |
| HSV(B) | 196.08º | 0.74% | 0.81% | - |
| XYZ | 26.06 | 32.12 | 63.22 | - |
| YUV | 136.19 | 167.39 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 165 | 206 | 0.74 | 0.20 | 0 | 0.19 | 196.08 | 0.61 | 0.51 |
| Hex | 35 | A5 | CE | 4A | 14 | 0 | 13 | C4 | 3D | 33 |
| Octal | 65 | 245 | 316 | 112 | 24 | 0 | 23 | 304 | 75 | 63 |
| Binary | 110101 | 10100101 | 11001110 | 1001010 | 10100 | 0 | 10011 | 11000100 | 111101 | 110011 |
Color Harmonies of #35A5CE
Complementary color
Monochromatic Colors of #35A5CE
Black with #35A5CE
Text Example
Text Example
White with #35A5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A5CE; }
p { color: rgb(53,165,206); }
H1.HeaderClassName
{
color: #35A5CE;
}
.AnyTagClassName
{
color: #35A5CE;
}
</style>
background-color css
<style>
a { background-color: #35A5CE; }
a { background-color: rgb(53,165,206); }
div.DivClassName
{
background-color: #35A5CE;
}
.BgClassName
{
background-color: #35A5CE;
}
</style>
border-color css
<style>
span { border-color: #35A5CE; }
span { border-color: rgb(53,165,206); }
td.TdClassName
{
border-color: #35A5CE;
}
.TagClassName
{
border-color: #35A5CE;
}
</style>