Shades of Summer Sky #2ABBC8
Tints of Summer Sky #2ABBC8
RGB
CMYK
RGB Variations
Color information
#2ABBC8 (or 0x2ABBC8) is known color: Summer Sky. HEX triplet: 2A, BB and C8. RGB value is (42,187,200). Sum of RGB (Red+Green+Blue) = 42+187+200=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #2ABBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBC8 is #D54437. Grayscale: #909090. Windows color (decimal): -13976632 or 13155114. OLE color: 13155114.
HSL color Cylindrical-coordinate representation of color #2ABBC8: hue angle of 184.94º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABBC8 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 187 | 200 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.22 |
| HSL | 184.94º | 0.65% | 0.47% | - |
| HSV(B) | 184.94º | 0.79% | 0.78% | - |
| XYZ | 29.15 | 40.2 | 60.87 | - |
| YUV | 145.13 | 158.96 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 200 | 0.79 | 0.06 | 0 | 0.22 | 184.94 | 0.65 | 0.47 |
| Hex | 2A | BB | C8 | 4F | 6 | 0 | 16 | B9 | 41 | 2F |
| Octal | 52 | 273 | 310 | 117 | 6 | 0 | 26 | 271 | 101 | 57 |
| Binary | 101010 | 10111011 | 11001000 | 1001111 | 110 | 0 | 10110 | 10111001 | 1000001 | 101111 |
Color Harmonies of #2ABBC8
Complementary color
Monochromatic Colors of #2ABBC8
Black with #2ABBC8
Text Example
Text Example
White with #2ABBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBC8; }
p { color: rgb(42,187,200); }
H1.HeaderClassName
{
color: #2ABBC8;
}
.AnyTagClassName
{
color: #2ABBC8;
}
</style>
background-color css
<style>
a { background-color: #2ABBC8; }
a { background-color: rgb(42,187,200); }
div.DivClassName
{
background-color: #2ABBC8;
}
.BgClassName
{
background-color: #2ABBC8;
}
</style>
border-color css
<style>
span { border-color: #2ABBC8; }
span { border-color: rgb(42,187,200); }
td.TdClassName
{
border-color: #2ABBC8;
}
.TagClassName
{
border-color: #2ABBC8;
}
</style>