Shades of Summer Sky #2ABAFE
Tints of Summer Sky #2ABAFE
RGB
CMYK
RGB Variations
Color information
#2ABAFE (or 0x2ABAFE) is known color: Summer Sky. HEX triplet: 2A, BA and FE. RGB value is (42,186,254). Sum of RGB (Red+Green+Blue) = 42+186+254=482 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.71% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #2ABAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABAFE is #D54501. Grayscale: #969696. Windows color (decimal): -13976834 or 16693802. OLE color: 16693802.
HSL color Cylindrical-coordinate representation of color #2ABAFE: hue angle of 199.25º 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 #2ABAFE is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 186 | 254 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.00 |
| HSL | 199.25º | 0.99% | 0.58% | - |
| HSV(B) | 199.25º | 0.83% | 1% | - |
| XYZ | 36.4 | 42.77 | 100.1 | - |
| YUV | 150.7 | 186.29 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 254 | 0.83 | 0.27 | 0 | 0.00 | 199.25 | 0.99 | 0.58 |
| Hex | 2A | BA | FE | 53 | 1B | 0 | 0 | C7 | 63 | 3A |
| Octal | 52 | 272 | 376 | 123 | 33 | 0 | 0 | 307 | 143 | 72 |
| Binary | 101010 | 10111010 | 11111110 | 1010011 | 11011 | 0 | 0 | 11000111 | 1100011 | 111010 |
Color Harmonies of #2ABAFE
Complementary color
Monochromatic Colors of #2ABAFE
Black with #2ABAFE
Text Example
Text Example
White with #2ABAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABAFE; }
p { color: rgb(42,186,254); }
H1.HeaderClassName
{
color: #2ABAFE;
}
.AnyTagClassName
{
color: #2ABAFE;
}
</style>
background-color css
<style>
a { background-color: #2ABAFE; }
a { background-color: rgb(42,186,254); }
div.DivClassName
{
background-color: #2ABAFE;
}
.BgClassName
{
background-color: #2ABAFE;
}
</style>
border-color css
<style>
span { border-color: #2ABAFE; }
span { border-color: rgb(42,186,254); }
td.TdClassName
{
border-color: #2ABAFE;
}
.TagClassName
{
border-color: #2ABAFE;
}
</style>