Shades of Summer Sky #2ABCF7
Tints of Summer Sky #2ABCF7
RGB
CMYK
RGB Variations
Color information
#2ABCF7 (or 0x2ABCF7) is known color: Summer Sky. HEX triplet: 2A, BC and F7. RGB value is (42,188,247). Sum of RGB (Red+Green+Blue) = 42+188+247=477 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.81% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #2ABCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABCF7 is #D54308. Grayscale: #969696. Windows color (decimal): -13976329 or 16235562. OLE color: 16235562.
HSL color Cylindrical-coordinate representation of color #2ABCF7: hue angle of 197.27º 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 #2ABCF7 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 188 | 247 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.03 |
| HSL | 197.27º | 0.93% | 0.57% | - |
| HSV(B) | 197.27º | 0.83% | 0.97% | - |
| XYZ | 35.73 | 43.17 | 94.45 | - |
| YUV | 151.07 | 182.13 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 247 | 0.83 | 0.24 | 0 | 0.03 | 197.27 | 0.93 | 0.57 |
| Hex | 2A | BC | F7 | 53 | 18 | 0 | 3 | C5 | 5D | 39 |
| Octal | 52 | 274 | 367 | 123 | 30 | 0 | 3 | 305 | 135 | 71 |
| Binary | 101010 | 10111100 | 11110111 | 1010011 | 11000 | 0 | 11 | 11000101 | 1011101 | 111001 |
Color Harmonies of #2ABCF7
Complementary color
Monochromatic Colors of #2ABCF7
Black with #2ABCF7
Text Example
Text Example
White with #2ABCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCF7; }
p { color: rgb(42,188,247); }
H1.HeaderClassName
{
color: #2ABCF7;
}
.AnyTagClassName
{
color: #2ABCF7;
}
</style>
background-color css
<style>
a { background-color: #2ABCF7; }
a { background-color: rgb(42,188,247); }
div.DivClassName
{
background-color: #2ABCF7;
}
.BgClassName
{
background-color: #2ABCF7;
}
</style>
border-color css
<style>
span { border-color: #2ABCF7; }
span { border-color: rgb(42,188,247); }
td.TdClassName
{
border-color: #2ABCF7;
}
.TagClassName
{
border-color: #2ABCF7;
}
</style>