Shades of Summer Sky #2ABEFE
Tints of Summer Sky #2ABEFE
RGB
CMYK
RGB Variations
Color information
#2ABEFE (or 0x2ABEFE) is known color: Summer Sky. HEX triplet: 2A, BE and FE. RGB value is (42,190,254). Sum of RGB (Red+Green+Blue) = 42+190+254=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #2ABEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABEFE is #D54101. Grayscale: #989898. Windows color (decimal): -13975810 or 16694826. OLE color: 16694826.
HSL color Cylindrical-coordinate representation of color #2ABEFE: hue angle of 198.11º 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 #2ABEFE is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 190 | 254 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.00 |
| HSL | 198.11º | 0.99% | 0.58% | - |
| HSV(B) | 198.11º | 0.83% | 1% | - |
| XYZ | 37.26 | 44.47 | 100.39 | - |
| YUV | 153.04 | 184.97 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 254 | 0.83 | 0.25 | 0 | 0.00 | 198.11 | 0.99 | 0.58 |
| Hex | 2A | BE | FE | 53 | 19 | 0 | 0 | C6 | 63 | 3A |
| Octal | 52 | 276 | 376 | 123 | 31 | 0 | 0 | 306 | 143 | 72 |
| Binary | 101010 | 10111110 | 11111110 | 1010011 | 11001 | 0 | 0 | 11000110 | 1100011 | 111010 |
Color Harmonies of #2ABEFE
Complementary color
Monochromatic Colors of #2ABEFE
Black with #2ABEFE
Text Example
Text Example
White with #2ABEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEFE; }
p { color: rgb(42,190,254); }
H1.HeaderClassName
{
color: #2ABEFE;
}
.AnyTagClassName
{
color: #2ABEFE;
}
</style>
background-color css
<style>
a { background-color: #2ABEFE; }
a { background-color: rgb(42,190,254); }
div.DivClassName
{
background-color: #2ABEFE;
}
.BgClassName
{
background-color: #2ABEFE;
}
</style>
border-color css
<style>
span { border-color: #2ABEFE; }
span { border-color: rgb(42,190,254); }
td.TdClassName
{
border-color: #2ABEFE;
}
.TagClassName
{
border-color: #2ABEFE;
}
</style>