Shades of Summer Sky #2ABECF
Tints of Summer Sky #2ABECF
RGB
CMYK
RGB Variations
Color information
#2ABECF (or 0x2ABECF) is known color: Summer Sky. HEX triplet: 2A, BE and CF. RGB value is (42,190,207). Sum of RGB (Red+Green+Blue) = 42+190+207=439 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.57% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #2ABECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABECF is #D54130. Grayscale: #939393. Windows color (decimal): -13975857 or 13614634. OLE color: 13614634.
HSL color Cylindrical-coordinate representation of color #2ABECF: hue angle of 186.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABECF is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 190 | 207 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.19 |
| HSL | 186.18º | 0.66% | 0.49% | - |
| HSV(B) | 186.18º | 0.8% | 0.81% | - |
| XYZ | 30.63 | 41.82 | 65.49 | - |
| YUV | 147.69 | 161.47 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 207 | 0.80 | 0.08 | 0 | 0.19 | 186.18 | 0.66 | 0.49 |
| Hex | 2A | BE | CF | 50 | 8 | 0 | 13 | BA | 42 | 31 |
| Octal | 52 | 276 | 317 | 120 | 10 | 0 | 23 | 272 | 102 | 61 |
| Binary | 101010 | 10111110 | 11001111 | 1010000 | 1000 | 0 | 10011 | 10111010 | 1000010 | 110001 |
Color Harmonies of #2ABECF
Complementary color
Monochromatic Colors of #2ABECF
Black with #2ABECF
Text Example
Text Example
White with #2ABECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABECF; }
p { color: rgb(42,190,207); }
H1.HeaderClassName
{
color: #2ABECF;
}
.AnyTagClassName
{
color: #2ABECF;
}
</style>
background-color css
<style>
a { background-color: #2ABECF; }
a { background-color: rgb(42,190,207); }
div.DivClassName
{
background-color: #2ABECF;
}
.BgClassName
{
background-color: #2ABECF;
}
</style>
border-color css
<style>
span { border-color: #2ABECF; }
span { border-color: rgb(42,190,207); }
td.TdClassName
{
border-color: #2ABECF;
}
.TagClassName
{
border-color: #2ABECF;
}
</style>