Shades of Summer Sky #2ABBCE
Tints of Summer Sky #2ABBCE
RGB
CMYK
RGB Variations
Color information
#2ABBCE (or 0x2ABBCE) is known color: Summer Sky. HEX triplet: 2A, BB and CE. RGB value is (42,187,206). Sum of RGB (Red+Green+Blue) = 42+187+206=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #2ABBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBCE is #D54431. Grayscale: #919191. Windows color (decimal): -13976626 or 13548330. OLE color: 13548330.
HSL color Cylindrical-coordinate representation of color #2ABBCE: hue angle of 186.95º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABBCE is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 187 | 206 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.19 |
| HSL | 186.95º | 0.66% | 0.49% | - |
| HSV(B) | 186.95º | 0.8% | 0.81% | - |
| XYZ | 29.87 | 40.49 | 64.63 | - |
| YUV | 145.81 | 161.96 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 206 | 0.80 | 0.09 | 0 | 0.19 | 186.95 | 0.66 | 0.49 |
| Hex | 2A | BB | CE | 50 | 9 | 0 | 13 | BB | 42 | 31 |
| Octal | 52 | 273 | 316 | 120 | 11 | 0 | 23 | 273 | 102 | 61 |
| Binary | 101010 | 10111011 | 11001110 | 1010000 | 1001 | 0 | 10011 | 10111011 | 1000010 | 110001 |
Color Harmonies of #2ABBCE
Complementary color
Monochromatic Colors of #2ABBCE
Black with #2ABBCE
Text Example
Text Example
White with #2ABBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBCE; }
p { color: rgb(42,187,206); }
H1.HeaderClassName
{
color: #2ABBCE;
}
.AnyTagClassName
{
color: #2ABBCE;
}
</style>
background-color css
<style>
a { background-color: #2ABBCE; }
a { background-color: rgb(42,187,206); }
div.DivClassName
{
background-color: #2ABBCE;
}
.BgClassName
{
background-color: #2ABBCE;
}
</style>
border-color css
<style>
span { border-color: #2ABBCE; }
span { border-color: rgb(42,187,206); }
td.TdClassName
{
border-color: #2ABBCE;
}
.TagClassName
{
border-color: #2ABBCE;
}
</style>