Shades of Summer Sky #2ABBF1
Tints of Summer Sky #2ABBF1
RGB
CMYK
RGB Variations
Color information
#2ABBF1 (or 0x2ABBF1) is known color: Summer Sky. HEX triplet: 2A, BB and F1. RGB value is (42,187,241). Sum of RGB (Red+Green+Blue) = 42+187+241=470 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.94% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ABBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABBF1 is #D5440E. Grayscale: #959595. Windows color (decimal): -13976591 or 15842090. OLE color: 15842090.
HSL color Cylindrical-coordinate representation of color #2ABBF1: hue angle of 196.28º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABBF1 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 187 | 241 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.05 |
| HSL | 196.28º | 0.88% | 0.55% | - |
| HSV(B) | 196.28º | 0.83% | 0.95% | - |
| XYZ | 34.6 | 42.38 | 89.58 | - |
| YUV | 149.8 | 179.46 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 241 | 0.83 | 0.22 | 0 | 0.05 | 196.28 | 0.88 | 0.55 |
| Hex | 2A | BB | F1 | 53 | 16 | 0 | 5 | C4 | 58 | 37 |
| Octal | 52 | 273 | 361 | 123 | 26 | 0 | 5 | 304 | 130 | 67 |
| Binary | 101010 | 10111011 | 11110001 | 1010011 | 10110 | 0 | 101 | 11000100 | 1011000 | 110111 |
Color Harmonies of #2ABBF1
Complementary color
Monochromatic Colors of #2ABBF1
Black with #2ABBF1
Text Example
Text Example
White with #2ABBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBF1; }
p { color: rgb(42,187,241); }
H1.HeaderClassName
{
color: #2ABBF1;
}
.AnyTagClassName
{
color: #2ABBF1;
}
</style>
background-color css
<style>
a { background-color: #2ABBF1; }
a { background-color: rgb(42,187,241); }
div.DivClassName
{
background-color: #2ABBF1;
}
.BgClassName
{
background-color: #2ABBF1;
}
</style>
border-color css
<style>
span { border-color: #2ABBF1; }
span { border-color: rgb(42,187,241); }
td.TdClassName
{
border-color: #2ABBF1;
}
.TagClassName
{
border-color: #2ABBF1;
}
</style>