Shades of Summer Sky #2AC0F0
Tints of Summer Sky #2AC0F0
RGB
CMYK
RGB Variations
Color information
#2AC0F0 (or 0x2AC0F0) is known color: Summer Sky. HEX triplet: 2A, C0 and F0. RGB value is (42,192,240). Sum of RGB (Red+Green+Blue) = 42+192+240=474 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.86% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #2AC0F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AC0F0 is #D53F0F. Grayscale: #989898. Windows color (decimal): -13975312 or 15777834. OLE color: 15777834.
HSL color Cylindrical-coordinate representation of color #2AC0F0: hue angle of 194.55º 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 #2AC0F0 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 192 | 240 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.06 |
| HSL | 194.55º | 0.87% | 0.55% | - |
| HSV(B) | 194.55º | 0.83% | 0.94% | - |
| XYZ | 35.53 | 44.48 | 89.15 | - |
| YUV | 152.62 | 177.31 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 240 | 0.82 | 0.20 | 0 | 0.06 | 194.55 | 0.87 | 0.55 |
| Hex | 2A | C0 | F0 | 52 | 14 | 0 | 6 | C3 | 57 | 37 |
| Octal | 52 | 300 | 360 | 122 | 24 | 0 | 6 | 303 | 127 | 67 |
| Binary | 101010 | 11000000 | 11110000 | 1010010 | 10100 | 0 | 110 | 11000011 | 1010111 | 110111 |
Color Harmonies of #2AC0F0
Complementary color
Monochromatic Colors of #2AC0F0
Black with #2AC0F0
Text Example
Text Example
White with #2AC0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC0F0; }
p { color: rgb(42,192,240); }
H1.HeaderClassName
{
color: #2AC0F0;
}
.AnyTagClassName
{
color: #2AC0F0;
}
</style>
background-color css
<style>
a { background-color: #2AC0F0; }
a { background-color: rgb(42,192,240); }
div.DivClassName
{
background-color: #2AC0F0;
}
.BgClassName
{
background-color: #2AC0F0;
}
</style>
border-color css
<style>
span { border-color: #2AC0F0; }
span { border-color: rgb(42,192,240); }
td.TdClassName
{
border-color: #2AC0F0;
}
.TagClassName
{
border-color: #2AC0F0;
}
</style>