Shades of Summer Sky #2ABEDF
Tints of Summer Sky #2ABEDF
RGB
CMYK
RGB Variations
Color information
#2ABEDF (or 0x2ABEDF) is known color: Summer Sky. HEX triplet: 2A, BE and DF. RGB value is (42,190,223). Sum of RGB (Red+Green+Blue) = 42+190+223=455 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.23% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ABEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEDF is #D54120. Grayscale: #959595. Windows color (decimal): -13975841 or 14663210. OLE color: 14663210.
HSL color Cylindrical-coordinate representation of color #2ABEDF: hue angle of 190.94º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABEDF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 190 | 223 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.13 |
| HSL | 190.94º | 0.74% | 0.52% | - |
| HSV(B) | 190.94º | 0.81% | 0.87% | - |
| XYZ | 32.69 | 42.65 | 76.32 | - |
| YUV | 149.51 | 169.47 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 223 | 0.81 | 0.15 | 0 | 0.13 | 190.94 | 0.74 | 0.52 |
| Hex | 2A | BE | DF | 51 | F | 0 | D | BF | 4A | 34 |
| Octal | 52 | 276 | 337 | 121 | 17 | 0 | 15 | 277 | 112 | 64 |
| Binary | 101010 | 10111110 | 11011111 | 1010001 | 1111 | 0 | 1101 | 10111111 | 1001010 | 110100 |
Color Harmonies of #2ABEDF
Complementary color
Monochromatic Colors of #2ABEDF
Black with #2ABEDF
Text Example
Text Example
White with #2ABEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEDF; }
p { color: rgb(42,190,223); }
H1.HeaderClassName
{
color: #2ABEDF;
}
.AnyTagClassName
{
color: #2ABEDF;
}
</style>
background-color css
<style>
a { background-color: #2ABEDF; }
a { background-color: rgb(42,190,223); }
div.DivClassName
{
background-color: #2ABEDF;
}
.BgClassName
{
background-color: #2ABEDF;
}
</style>
border-color css
<style>
span { border-color: #2ABEDF; }
span { border-color: rgb(42,190,223); }
td.TdClassName
{
border-color: #2ABEDF;
}
.TagClassName
{
border-color: #2ABEDF;
}
</style>