Shades of Summer Sky #2ABBCA
Tints of Summer Sky #2ABBCA
RGB
CMYK
RGB Variations
Color information
#2ABBCA (or 0x2ABBCA) is known color: Summer Sky. HEX triplet: 2A, BB and CA. RGB value is (42,187,202). Sum of RGB (Red+Green+Blue) = 42+187+202=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #2ABBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBCA is #D54435. Grayscale: #919191. Windows color (decimal): -13976630 or 13286186. OLE color: 13286186.
HSL color Cylindrical-coordinate representation of color #2ABBCA: hue angle of 185.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABBCA is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 187 | 202 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.21 |
| HSL | 185.63º | 0.66% | 0.48% | - |
| HSV(B) | 185.63º | 0.79% | 0.79% | - |
| XYZ | 29.39 | 40.3 | 62.11 | - |
| YUV | 145.36 | 159.96 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 202 | 0.79 | 0.07 | 0 | 0.21 | 185.63 | 0.66 | 0.48 |
| Hex | 2A | BB | CA | 4F | 7 | 0 | 15 | BA | 42 | 30 |
| Octal | 52 | 273 | 312 | 117 | 7 | 0 | 25 | 272 | 102 | 60 |
| Binary | 101010 | 10111011 | 11001010 | 1001111 | 111 | 0 | 10101 | 10111010 | 1000010 | 110000 |
Color Harmonies of #2ABBCA
Complementary color
Monochromatic Colors of #2ABBCA
Black with #2ABBCA
Text Example
Text Example
White with #2ABBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBCA; }
p { color: rgb(42,187,202); }
H1.HeaderClassName
{
color: #2ABBCA;
}
.AnyTagClassName
{
color: #2ABBCA;
}
</style>
background-color css
<style>
a { background-color: #2ABBCA; }
a { background-color: rgb(42,187,202); }
div.DivClassName
{
background-color: #2ABBCA;
}
.BgClassName
{
background-color: #2ABBCA;
}
</style>
border-color css
<style>
span { border-color: #2ABBCA; }
span { border-color: rgb(42,187,202); }
td.TdClassName
{
border-color: #2ABBCA;
}
.TagClassName
{
border-color: #2ABBCA;
}
</style>