Shades of Summer Sky #35A8CE
Tints of Summer Sky #35A8CE
RGB
CMYK
RGB Variations
Color information
#35A8CE (or 0x35A8CE) is known color: Summer Sky. HEX triplet: 35, A8 and CE. RGB value is (53,168,206). Sum of RGB (Red+Green+Blue) = 53+168+206=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #35A8CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A8CE is #CA5731. Grayscale: #898989. Windows color (decimal): -13260594 or 13543477. OLE color: 13543477.
HSL color Cylindrical-coordinate representation of color #35A8CE: hue angle of 194.9º 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 #35A8CE is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 168 | 206 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.19 |
| HSL | 194.9º | 0.61% | 0.51% | - |
| HSV(B) | 194.9º | 0.74% | 0.81% | - |
| XYZ | 26.61 | 33.22 | 63.4 | - |
| YUV | 137.95 | 166.4 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 168 | 206 | 0.74 | 0.18 | 0 | 0.19 | 194.9 | 0.61 | 0.51 |
| Hex | 35 | A8 | CE | 4A | 12 | 0 | 13 | C3 | 3D | 33 |
| Octal | 65 | 250 | 316 | 112 | 22 | 0 | 23 | 303 | 75 | 63 |
| Binary | 110101 | 10101000 | 11001110 | 1001010 | 10010 | 0 | 10011 | 11000011 | 111101 | 110011 |
Color Harmonies of #35A8CE
Complementary color
Monochromatic Colors of #35A8CE
Black with #35A8CE
Text Example
Text Example
White with #35A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A8CE; }
p { color: rgb(53,168,206); }
H1.HeaderClassName
{
color: #35A8CE;
}
.AnyTagClassName
{
color: #35A8CE;
}
</style>
background-color css
<style>
a { background-color: #35A8CE; }
a { background-color: rgb(53,168,206); }
div.DivClassName
{
background-color: #35A8CE;
}
.BgClassName
{
background-color: #35A8CE;
}
</style>
border-color css
<style>
span { border-color: #35A8CE; }
span { border-color: rgb(53,168,206); }
td.TdClassName
{
border-color: #35A8CE;
}
.TagClassName
{
border-color: #35A8CE;
}
</style>