Shades of Summer Sky #2ABFF7
Tints of Summer Sky #2ABFF7
RGB
CMYK
RGB Variations
Color information
#2ABFF7 (or 0x2ABFF7) is known color: Summer Sky. HEX triplet: 2A, BF and F7. RGB value is (42,191,247). Sum of RGB (Red+Green+Blue) = 42+191+247=480 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.75% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #2ABFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABFF7 is #D54008. Grayscale: #989898. Windows color (decimal): -13975561 or 16236330. OLE color: 16236330.
HSL color Cylindrical-coordinate representation of color #2ABFF7: hue angle of 196.39º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABFF7 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 191 | 247 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.03 |
| HSL | 196.39º | 0.93% | 0.57% | - |
| HSV(B) | 196.39º | 0.83% | 0.97% | - |
| XYZ | 36.37 | 44.47 | 94.66 | - |
| YUV | 152.83 | 181.14 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 247 | 0.83 | 0.23 | 0 | 0.03 | 196.39 | 0.93 | 0.57 |
| Hex | 2A | BF | F7 | 53 | 17 | 0 | 3 | C4 | 5D | 39 |
| Octal | 52 | 277 | 367 | 123 | 27 | 0 | 3 | 304 | 135 | 71 |
| Binary | 101010 | 10111111 | 11110111 | 1010011 | 10111 | 0 | 11 | 11000100 | 1011101 | 111001 |
Color Harmonies of #2ABFF7
Complementary color
Monochromatic Colors of #2ABFF7
Black with #2ABFF7
Text Example
Text Example
White with #2ABFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFF7; }
p { color: rgb(42,191,247); }
H1.HeaderClassName
{
color: #2ABFF7;
}
.AnyTagClassName
{
color: #2ABFF7;
}
</style>
background-color css
<style>
a { background-color: #2ABFF7; }
a { background-color: rgb(42,191,247); }
div.DivClassName
{
background-color: #2ABFF7;
}
.BgClassName
{
background-color: #2ABFF7;
}
</style>
border-color css
<style>
span { border-color: #2ABFF7; }
span { border-color: rgb(42,191,247); }
td.TdClassName
{
border-color: #2ABFF7;
}
.TagClassName
{
border-color: #2ABFF7;
}
</style>