Shades of Summer Sky #2ABEED
Tints of Summer Sky #2ABEED
RGB
CMYK
RGB Variations
Color information
#2ABEED (or 0x2ABEED) is known color: Summer Sky. HEX triplet: 2A, BE and ED. RGB value is (42,190,237). Sum of RGB (Red+Green+Blue) = 42+190+237=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ABEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABEED is #D54112. Grayscale: #969696. Windows color (decimal): -13975827 or 15580714. OLE color: 15580714.
HSL color Cylindrical-coordinate representation of color #2ABEED: hue angle of 194.46º 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 #2ABEED is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 190 | 237 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.07 |
| HSL | 194.46º | 0.84% | 0.55% | - |
| HSV(B) | 194.46º | 0.82% | 0.93% | - |
| XYZ | 34.65 | 43.43 | 86.68 | - |
| YUV | 151.11 | 176.47 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 237 | 0.82 | 0.20 | 0 | 0.07 | 194.46 | 0.84 | 0.55 |
| Hex | 2A | BE | ED | 52 | 14 | 0 | 7 | C2 | 54 | 37 |
| Octal | 52 | 276 | 355 | 122 | 24 | 0 | 7 | 302 | 124 | 67 |
| Binary | 101010 | 10111110 | 11101101 | 1010010 | 10100 | 0 | 111 | 11000010 | 1010100 | 110111 |
Color Harmonies of #2ABEED
Complementary color
Monochromatic Colors of #2ABEED
Black with #2ABEED
Text Example
Text Example
White with #2ABEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEED; }
p { color: rgb(42,190,237); }
H1.HeaderClassName
{
color: #2ABEED;
}
.AnyTagClassName
{
color: #2ABEED;
}
</style>
background-color css
<style>
a { background-color: #2ABEED; }
a { background-color: rgb(42,190,237); }
div.DivClassName
{
background-color: #2ABEED;
}
.BgClassName
{
background-color: #2ABEED;
}
</style>
border-color css
<style>
span { border-color: #2ABEED; }
span { border-color: rgb(42,190,237); }
td.TdClassName
{
border-color: #2ABEED;
}
.TagClassName
{
border-color: #2ABEED;
}
</style>