Shades of Summer Sky #2ABFF0
Tints of Summer Sky #2ABFF0
RGB
CMYK
RGB Variations
Color information
#2ABFF0 (or 0x2ABFF0) is known color: Summer Sky. HEX triplet: 2A, BF and F0. RGB value is (42,191,240). Sum of RGB (Red+Green+Blue) = 42+191+240=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #2ABFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABFF0 is #D5400F. Grayscale: #979797. Windows color (decimal): -13975568 or 15777578. OLE color: 15777578.
HSL color Cylindrical-coordinate representation of color #2ABFF0: hue angle of 194.85º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABFF0 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 191 | 240 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.06 |
| HSL | 194.85º | 0.87% | 0.55% | - |
| HSV(B) | 194.85º | 0.83% | 0.94% | - |
| XYZ | 35.31 | 44.05 | 89.08 | - |
| YUV | 152.04 | 177.64 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 240 | 0.82 | 0.20 | 0 | 0.06 | 194.85 | 0.87 | 0.55 |
| Hex | 2A | BF | F0 | 52 | 14 | 0 | 6 | C3 | 57 | 37 |
| Octal | 52 | 277 | 360 | 122 | 24 | 0 | 6 | 303 | 127 | 67 |
| Binary | 101010 | 10111111 | 11110000 | 1010010 | 10100 | 0 | 110 | 11000011 | 1010111 | 110111 |
Color Harmonies of #2ABFF0
Complementary color
Monochromatic Colors of #2ABFF0
Black with #2ABFF0
Text Example
Text Example
White with #2ABFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFF0; }
p { color: rgb(42,191,240); }
H1.HeaderClassName
{
color: #2ABFF0;
}
.AnyTagClassName
{
color: #2ABFF0;
}
</style>
background-color css
<style>
a { background-color: #2ABFF0; }
a { background-color: rgb(42,191,240); }
div.DivClassName
{
background-color: #2ABFF0;
}
.BgClassName
{
background-color: #2ABFF0;
}
</style>
border-color css
<style>
span { border-color: #2ABFF0; }
span { border-color: rgb(42,191,240); }
td.TdClassName
{
border-color: #2ABFF0;
}
.TagClassName
{
border-color: #2ABFF0;
}
</style>