Shades of Summer Sky #2ABBFE
Tints of Summer Sky #2ABBFE
RGB
CMYK
RGB Variations
Color information
#2ABBFE (or 0x2ABBFE) is known color: Summer Sky. HEX triplet: 2A, BB and FE. RGB value is (42,187,254). Sum of RGB (Red+Green+Blue) = 42+187+254=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #2ABBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABBFE is #D54401. Grayscale: #969696. Windows color (decimal): -13976578 or 16694058. OLE color: 16694058.
HSL color Cylindrical-coordinate representation of color #2ABBFE: hue angle of 198.96º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABBFE is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 187 | 254 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.00 |
| HSL | 198.96º | 0.99% | 0.58% | - |
| HSV(B) | 198.96º | 0.83% | 1% | - |
| XYZ | 36.61 | 43.19 | 100.17 | - |
| YUV | 151.28 | 185.96 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 254 | 0.83 | 0.26 | 0 | 0.00 | 198.96 | 0.99 | 0.58 |
| Hex | 2A | BB | FE | 53 | 1A | 0 | 0 | C7 | 63 | 3A |
| Octal | 52 | 273 | 376 | 123 | 32 | 0 | 0 | 307 | 143 | 72 |
| Binary | 101010 | 10111011 | 11111110 | 1010011 | 11010 | 0 | 0 | 11000111 | 1100011 | 111010 |
Color Harmonies of #2ABBFE
Complementary color
Monochromatic Colors of #2ABBFE
Black with #2ABBFE
Text Example
Text Example
White with #2ABBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBFE; }
p { color: rgb(42,187,254); }
H1.HeaderClassName
{
color: #2ABBFE;
}
.AnyTagClassName
{
color: #2ABBFE;
}
</style>
background-color css
<style>
a { background-color: #2ABBFE; }
a { background-color: rgb(42,187,254); }
div.DivClassName
{
background-color: #2ABBFE;
}
.BgClassName
{
background-color: #2ABBFE;
}
</style>
border-color css
<style>
span { border-color: #2ABBFE; }
span { border-color: rgb(42,187,254); }
td.TdClassName
{
border-color: #2ABBFE;
}
.TagClassName
{
border-color: #2ABBFE;
}
</style>