Shades of Summer Sky #2AB1CE
Tints of Summer Sky #2AB1CE
RGB
CMYK
RGB Variations
Color information
#2AB1CE (or 0x2AB1CE) is known color: Summer Sky. HEX triplet: 2A, B1 and CE. RGB value is (42,177,206). Sum of RGB (Red+Green+Blue) = 42+177+206=425 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.88% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #2AB1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB1CE is #D54E31. Grayscale: #8B8B8B. Windows color (decimal): -13979186 or 13545770. OLE color: 13545770.
HSL color Cylindrical-coordinate representation of color #2AB1CE: hue angle of 190.61º 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 #2AB1CE is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 177 | 206 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.19 |
| HSL | 190.61º | 0.66% | 0.49% | - |
| HSV(B) | 190.61º | 0.8% | 0.81% | - |
| XYZ | 27.82 | 36.39 | 63.95 | - |
| YUV | 139.94 | 165.27 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 177 | 206 | 0.80 | 0.14 | 0 | 0.19 | 190.61 | 0.66 | 0.49 |
| Hex | 2A | B1 | CE | 50 | E | 0 | 13 | BF | 42 | 31 |
| Octal | 52 | 261 | 316 | 120 | 16 | 0 | 23 | 277 | 102 | 61 |
| Binary | 101010 | 10110001 | 11001110 | 1010000 | 1110 | 0 | 10011 | 10111111 | 1000010 | 110001 |
Color Harmonies of #2AB1CE
Complementary color
Monochromatic Colors of #2AB1CE
Black with #2AB1CE
Text Example
Text Example
White with #2AB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB1CE; }
p { color: rgb(42,177,206); }
H1.HeaderClassName
{
color: #2AB1CE;
}
.AnyTagClassName
{
color: #2AB1CE;
}
</style>
background-color css
<style>
a { background-color: #2AB1CE; }
a { background-color: rgb(42,177,206); }
div.DivClassName
{
background-color: #2AB1CE;
}
.BgClassName
{
background-color: #2AB1CE;
}
</style>
border-color css
<style>
span { border-color: #2AB1CE; }
span { border-color: rgb(42,177,206); }
td.TdClassName
{
border-color: #2AB1CE;
}
.TagClassName
{
border-color: #2AB1CE;
}
</style>