Shades of Summer Sky #35AECB
Tints of Summer Sky #35AECB
RGB
CMYK
RGB Variations
Color information
#35AECB (or 0x35AECB) is known color: Summer Sky. HEX triplet: 35, AE and CB. RGB value is (53,174,203). Sum of RGB (Red+Green+Blue) = 53+174+203=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #35AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AECB is #CA5134. Grayscale: #8C8C8C. Windows color (decimal): -13259061 or 13348405. OLE color: 13348405.
HSL color Cylindrical-coordinate representation of color #35AECB: hue angle of 191.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35AECB is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 174 | 203 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.20 |
| HSL | 191.6º | 0.59% | 0.5% | - |
| HSV(B) | 191.6º | 0.74% | 0.8% | - |
| XYZ | 27.38 | 35.34 | 61.88 | - |
| YUV | 141.13 | 162.91 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 174 | 203 | 0.74 | 0.14 | 0 | 0.20 | 191.6 | 0.59 | 0.5 |
| Hex | 35 | AE | CB | 4A | E | 0 | 14 | C0 | 3B | 32 |
| Octal | 65 | 256 | 313 | 112 | 16 | 0 | 24 | 300 | 73 | 62 |
| Binary | 110101 | 10101110 | 11001011 | 1001010 | 1110 | 0 | 10100 | 11000000 | 111011 | 110010 |
Color Harmonies of #35AECB
Complementary color
Monochromatic Colors of #35AECB
Black with #35AECB
Text Example
Text Example
White with #35AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AECB; }
p { color: rgb(53,174,203); }
H1.HeaderClassName
{
color: #35AECB;
}
.AnyTagClassName
{
color: #35AECB;
}
</style>
background-color css
<style>
a { background-color: #35AECB; }
a { background-color: rgb(53,174,203); }
div.DivClassName
{
background-color: #35AECB;
}
.BgClassName
{
background-color: #35AECB;
}
</style>
border-color css
<style>
span { border-color: #35AECB; }
span { border-color: rgb(53,174,203); }
td.TdClassName
{
border-color: #35AECB;
}
.TagClassName
{
border-color: #35AECB;
}
</style>