Shades of Summer Sky #2AC0FB
Tints of Summer Sky #2AC0FB
RGB
CMYK
RGB Variations
Color information
#2AC0FB (or 0x2AC0FB) is known color: Summer Sky. HEX triplet: 2A, C0 and FB. RGB value is (42,192,251). Sum of RGB (Red+Green+Blue) = 42+192+251=485 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.66% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #2AC0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AC0FB is #D53F04. Grayscale: #999999. Windows color (decimal): -13975301 or 16498730. OLE color: 16498730.
HSL color Cylindrical-coordinate representation of color #2AC0FB: hue angle of 196.94º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AC0FB is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 192 | 251 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.02 |
| HSL | 196.94º | 0.96% | 0.57% | - |
| HSV(B) | 196.94º | 0.83% | 0.98% | - |
| XYZ | 37.22 | 45.16 | 98.02 | - |
| YUV | 153.88 | 182.81 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 251 | 0.83 | 0.24 | 0 | 0.02 | 196.94 | 0.96 | 0.57 |
| Hex | 2A | C0 | FB | 53 | 18 | 0 | 2 | C5 | 60 | 39 |
| Octal | 52 | 300 | 373 | 123 | 30 | 0 | 2 | 305 | 140 | 71 |
| Binary | 101010 | 11000000 | 11111011 | 1010011 | 11000 | 0 | 10 | 11000101 | 1100000 | 111001 |
Color Harmonies of #2AC0FB
Complementary color
Monochromatic Colors of #2AC0FB
Black with #2AC0FB
Text Example
Text Example
White with #2AC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC0FB; }
p { color: rgb(42,192,251); }
H1.HeaderClassName
{
color: #2AC0FB;
}
.AnyTagClassName
{
color: #2AC0FB;
}
</style>
background-color css
<style>
a { background-color: #2AC0FB; }
a { background-color: rgb(42,192,251); }
div.DivClassName
{
background-color: #2AC0FB;
}
.BgClassName
{
background-color: #2AC0FB;
}
</style>
border-color css
<style>
span { border-color: #2AC0FB; }
span { border-color: rgb(42,192,251); }
td.TdClassName
{
border-color: #2AC0FB;
}
.TagClassName
{
border-color: #2AC0FB;
}
</style>