Shades of Summer Sky #35A8DC
Tints of Summer Sky #35A8DC
RGB
CMYK
RGB Variations
Color information
#35A8DC (or 0x35A8DC) is known color: Summer Sky. HEX triplet: 35, A8 and DC. RGB value is (53,168,220). Sum of RGB (Red+Green+Blue) = 53+168+220=441 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.02% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #35A8DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A8DC is #CA5723. Grayscale: #8B8B8B. Windows color (decimal): -13260580 or 14460981. OLE color: 14460981.
HSL color Cylindrical-coordinate representation of color #35A8DC: hue angle of 198.68º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35A8DC is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 168 | 220 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.14 |
| HSL | 198.68º | 0.7% | 0.54% | - |
| HSV(B) | 198.68º | 0.76% | 0.86% | - |
| XYZ | 28.39 | 33.93 | 72.76 | - |
| YUV | 139.54 | 173.4 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 168 | 220 | 0.76 | 0.24 | 0 | 0.14 | 198.68 | 0.7 | 0.54 |
| Hex | 35 | A8 | DC | 4C | 18 | 0 | E | C7 | 46 | 36 |
| Octal | 65 | 250 | 334 | 114 | 30 | 0 | 16 | 307 | 106 | 66 |
| Binary | 110101 | 10101000 | 11011100 | 1001100 | 11000 | 0 | 1110 | 11000111 | 1000110 | 110110 |
Color Harmonies of #35A8DC
Complementary color
Monochromatic Colors of #35A8DC
Black with #35A8DC
Text Example
Text Example
White with #35A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A8DC; }
p { color: rgb(53,168,220); }
H1.HeaderClassName
{
color: #35A8DC;
}
.AnyTagClassName
{
color: #35A8DC;
}
</style>
background-color css
<style>
a { background-color: #35A8DC; }
a { background-color: rgb(53,168,220); }
div.DivClassName
{
background-color: #35A8DC;
}
.BgClassName
{
background-color: #35A8DC;
}
</style>
border-color css
<style>
span { border-color: #35A8DC; }
span { border-color: rgb(53,168,220); }
td.TdClassName
{
border-color: #35A8DC;
}
.TagClassName
{
border-color: #35A8DC;
}
</style>