Shades of Summer Sky #35ABCB
Tints of Summer Sky #35ABCB
RGB
CMYK
RGB Variations
Color information
#35ABCB (or 0x35ABCB) is known color: Summer Sky. HEX triplet: 35, AB and CB. RGB value is (53,171,203). Sum of RGB (Red+Green+Blue) = 53+171+203=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #35ABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ABCB is #CA5434. Grayscale: #8B8B8B. Windows color (decimal): -13259829 or 13347637. OLE color: 13347637.
HSL color Cylindrical-coordinate representation of color #35ABCB: hue angle of 192.8º 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 #35ABCB is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 171 | 203 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.20 |
| HSL | 192.8º | 0.59% | 0.5% | - |
| HSV(B) | 192.8º | 0.74% | 0.8% | - |
| XYZ | 26.81 | 34.19 | 61.69 | - |
| YUV | 139.37 | 163.91 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 171 | 203 | 0.74 | 0.16 | 0 | 0.20 | 192.8 | 0.59 | 0.5 |
| Hex | 35 | AB | CB | 4A | 10 | 0 | 14 | C1 | 3B | 32 |
| Octal | 65 | 253 | 313 | 112 | 20 | 0 | 24 | 301 | 73 | 62 |
| Binary | 110101 | 10101011 | 11001011 | 1001010 | 10000 | 0 | 10100 | 11000001 | 111011 | 110010 |
Color Harmonies of #35ABCB
Complementary color
Monochromatic Colors of #35ABCB
Black with #35ABCB
Text Example
Text Example
White with #35ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ABCB; }
p { color: rgb(53,171,203); }
H1.HeaderClassName
{
color: #35ABCB;
}
.AnyTagClassName
{
color: #35ABCB;
}
</style>
background-color css
<style>
a { background-color: #35ABCB; }
a { background-color: rgb(53,171,203); }
div.DivClassName
{
background-color: #35ABCB;
}
.BgClassName
{
background-color: #35ABCB;
}
</style>
border-color css
<style>
span { border-color: #35ABCB; }
span { border-color: rgb(53,171,203); }
td.TdClassName
{
border-color: #35ABCB;
}
.TagClassName
{
border-color: #35ABCB;
}
</style>