Shades of Summer Sky #2ABACC
Tints of Summer Sky #2ABACC
RGB
CMYK
RGB Variations
Color information
#2ABACC (or 0x2ABACC) is known color: Summer Sky. HEX triplet: 2A, BA and CC. RGB value is (42,186,204). Sum of RGB (Red+Green+Blue) = 42+186+204=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #2ABACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABACC is #D54533. Grayscale: #909090. Windows color (decimal): -13976884 or 13417002. OLE color: 13417002.
HSL color Cylindrical-coordinate representation of color #2ABACC: hue angle of 186.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABACC is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 186 | 204 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.2 |
| HSL | 186.67º | 0.66% | 0.48% | - |
| HSV(B) | 186.67º | 0.79% | 0.8% | - |
| XYZ | 29.41 | 39.97 | 63.29 | - |
| YUV | 145 | 161.29 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 204 | 0.79 | 0.09 | 0 | 0.2 | 186.67 | 0.66 | 0.48 |
| Hex | 2A | BA | CC | 4F | 9 | 0 | 14 | BB | 42 | 30 |
| Octal | 52 | 272 | 314 | 117 | 11 | 0 | 24 | 273 | 102 | 60 |
| Binary | 101010 | 10111010 | 11001100 | 1001111 | 1001 | 0 | 10100 | 10111011 | 1000010 | 110000 |
Color Harmonies of #2ABACC
Complementary color
Monochromatic Colors of #2ABACC
Black with #2ABACC
Text Example
Text Example
White with #2ABACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABACC; }
p { color: rgb(42,186,204); }
H1.HeaderClassName
{
color: #2ABACC;
}
.AnyTagClassName
{
color: #2ABACC;
}
</style>
background-color css
<style>
a { background-color: #2ABACC; }
a { background-color: rgb(42,186,204); }
div.DivClassName
{
background-color: #2ABACC;
}
.BgClassName
{
background-color: #2ABACC;
}
</style>
border-color css
<style>
span { border-color: #2ABACC; }
span { border-color: rgb(42,186,204); }
td.TdClassName
{
border-color: #2ABACC;
}
.TagClassName
{
border-color: #2ABACC;
}
</style>