Shades of Summer Sky #35ABCD
Tints of Summer Sky #35ABCD
RGB
CMYK
RGB Variations
Color information
#35ABCD (or 0x35ABCD) is known color: Summer Sky. HEX triplet: 35, AB and CD. RGB value is (53,171,205). Sum of RGB (Red+Green+Blue) = 53+171+205=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #35ABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ABCD is #CA5432. Grayscale: #8B8B8B. Windows color (decimal): -13259827 or 13478709. OLE color: 13478709.
HSL color Cylindrical-coordinate representation of color #35ABCD: hue angle of 193.42º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35ABCD is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 171 | 205 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.20 |
| HSL | 193.42º | 0.6% | 0.51% | - |
| HSV(B) | 193.42º | 0.74% | 0.8% | - |
| XYZ | 27.05 | 34.29 | 62.95 | - |
| YUV | 139.59 | 164.91 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 171 | 205 | 0.74 | 0.17 | 0 | 0.20 | 193.42 | 0.6 | 0.51 |
| Hex | 35 | AB | CD | 4A | 11 | 0 | 14 | C1 | 3C | 33 |
| Octal | 65 | 253 | 315 | 112 | 21 | 0 | 24 | 301 | 74 | 63 |
| Binary | 110101 | 10101011 | 11001101 | 1001010 | 10001 | 0 | 10100 | 11000001 | 111100 | 110011 |
Color Harmonies of #35ABCD
Complementary color
Monochromatic Colors of #35ABCD
Black with #35ABCD
Text Example
Text Example
White with #35ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ABCD; }
p { color: rgb(53,171,205); }
H1.HeaderClassName
{
color: #35ABCD;
}
.AnyTagClassName
{
color: #35ABCD;
}
</style>
background-color css
<style>
a { background-color: #35ABCD; }
a { background-color: rgb(53,171,205); }
div.DivClassName
{
background-color: #35ABCD;
}
.BgClassName
{
background-color: #35ABCD;
}
</style>
border-color css
<style>
span { border-color: #35ABCD; }
span { border-color: rgb(53,171,205); }
td.TdClassName
{
border-color: #35ABCD;
}
.TagClassName
{
border-color: #35ABCD;
}
</style>