Shades of Summer Sky #2ABEF9
Tints of Summer Sky #2ABEF9
RGB
CMYK
RGB Variations
Color information
#2ABEF9 (or 0x2ABEF9) is known color: Summer Sky. HEX triplet: 2A, BE and F9. RGB value is (42,190,249). Sum of RGB (Red+Green+Blue) = 42+190+249=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #2ABEF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABEF9 is #D54106. Grayscale: #989898. Windows color (decimal): -13975815 or 16367146. OLE color: 16367146.
HSL color Cylindrical-coordinate representation of color #2ABEF9: hue angle of 197.1º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABEF9 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 190 | 249 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.02 |
| HSL | 197.1º | 0.95% | 0.57% | - |
| HSV(B) | 197.1º | 0.83% | 0.98% | - |
| XYZ | 36.47 | 44.16 | 96.22 | - |
| YUV | 152.47 | 182.47 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 249 | 0.83 | 0.24 | 0 | 0.02 | 197.1 | 0.95 | 0.57 |
| Hex | 2A | BE | F9 | 53 | 18 | 0 | 2 | C5 | 5F | 39 |
| Octal | 52 | 276 | 371 | 123 | 30 | 0 | 2 | 305 | 137 | 71 |
| Binary | 101010 | 10111110 | 11111001 | 1010011 | 11000 | 0 | 10 | 11000101 | 1011111 | 111001 |
Color Harmonies of #2ABEF9
Complementary color
Monochromatic Colors of #2ABEF9
Black with #2ABEF9
Text Example
Text Example
White with #2ABEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEF9; }
p { color: rgb(42,190,249); }
H1.HeaderClassName
{
color: #2ABEF9;
}
.AnyTagClassName
{
color: #2ABEF9;
}
</style>
background-color css
<style>
a { background-color: #2ABEF9; }
a { background-color: rgb(42,190,249); }
div.DivClassName
{
background-color: #2ABEF9;
}
.BgClassName
{
background-color: #2ABEF9;
}
</style>
border-color css
<style>
span { border-color: #2ABEF9; }
span { border-color: rgb(42,190,249); }
td.TdClassName
{
border-color: #2ABEF9;
}
.TagClassName
{
border-color: #2ABEF9;
}
</style>