Shades of Summer Sky #2ABFED
Tints of Summer Sky #2ABFED
RGB
CMYK
RGB Variations
Color information
#2ABFED (or 0x2ABFED) is known color: Summer Sky. HEX triplet: 2A, BF and ED. RGB value is (42,191,237). Sum of RGB (Red+Green+Blue) = 42+191+237=470 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.94% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ABFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABFED is #D54012. Grayscale: #979797. Windows color (decimal): -13975571 or 15580970. OLE color: 15580970.
HSL color Cylindrical-coordinate representation of color #2ABFED: hue angle of 194.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABFED is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 191 | 237 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.07 |
| HSL | 194.15º | 0.84% | 0.55% | - |
| HSV(B) | 194.15º | 0.82% | 0.93% | - |
| XYZ | 34.87 | 43.87 | 86.75 | - |
| YUV | 151.69 | 176.14 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 237 | 0.82 | 0.19 | 0 | 0.07 | 194.15 | 0.84 | 0.55 |
| Hex | 2A | BF | ED | 52 | 13 | 0 | 7 | C2 | 54 | 37 |
| Octal | 52 | 277 | 355 | 122 | 23 | 0 | 7 | 302 | 124 | 67 |
| Binary | 101010 | 10111111 | 11101101 | 1010010 | 10011 | 0 | 111 | 11000010 | 1010100 | 110111 |
Color Harmonies of #2ABFED
Complementary color
Monochromatic Colors of #2ABFED
Black with #2ABFED
Text Example
Text Example
White with #2ABFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFED; }
p { color: rgb(42,191,237); }
H1.HeaderClassName
{
color: #2ABFED;
}
.AnyTagClassName
{
color: #2ABFED;
}
</style>
background-color css
<style>
a { background-color: #2ABFED; }
a { background-color: rgb(42,191,237); }
div.DivClassName
{
background-color: #2ABFED;
}
.BgClassName
{
background-color: #2ABFED;
}
</style>
border-color css
<style>
span { border-color: #2ABFED; }
span { border-color: rgb(42,191,237); }
td.TdClassName
{
border-color: #2ABFED;
}
.TagClassName
{
border-color: #2ABFED;
}
</style>