Shades of Summer Sky #2AB2CB
Tints of Summer Sky #2AB2CB
RGB
CMYK
RGB Variations
Color information
#2AB2CB (or 0x2AB2CB) is known color: Summer Sky. HEX triplet: 2A, B2 and CB. RGB value is (42,178,203). Sum of RGB (Red+Green+Blue) = 42+178+203=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #2AB2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB2CB is #D54D34. Grayscale: #8B8B8B. Windows color (decimal): -13978933 or 13349418. OLE color: 13349418.
HSL color Cylindrical-coordinate representation of color #2AB2CB: hue angle of 189.32º 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 #2AB2CB is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 178 | 203 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.20 |
| HSL | 189.32º | 0.66% | 0.48% | - |
| HSV(B) | 189.32º | 0.79% | 0.8% | - |
| XYZ | 27.65 | 36.64 | 62.12 | - |
| YUV | 140.19 | 163.44 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 203 | 0.79 | 0.12 | 0 | 0.20 | 189.32 | 0.66 | 0.48 |
| Hex | 2A | B2 | CB | 4F | C | 0 | 14 | BD | 42 | 30 |
| Octal | 52 | 262 | 313 | 117 | 14 | 0 | 24 | 275 | 102 | 60 |
| Binary | 101010 | 10110010 | 11001011 | 1001111 | 1100 | 0 | 10100 | 10111101 | 1000010 | 110000 |
Color Harmonies of #2AB2CB
Complementary color
Monochromatic Colors of #2AB2CB
Black with #2AB2CB
Text Example
Text Example
White with #2AB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB2CB; }
p { color: rgb(42,178,203); }
H1.HeaderClassName
{
color: #2AB2CB;
}
.AnyTagClassName
{
color: #2AB2CB;
}
</style>
background-color css
<style>
a { background-color: #2AB2CB; }
a { background-color: rgb(42,178,203); }
div.DivClassName
{
background-color: #2AB2CB;
}
.BgClassName
{
background-color: #2AB2CB;
}
</style>
border-color css
<style>
span { border-color: #2AB2CB; }
span { border-color: rgb(42,178,203); }
td.TdClassName
{
border-color: #2AB2CB;
}
.TagClassName
{
border-color: #2AB2CB;
}
</style>