Shades of Aqua #2CEEFF
Tints of Aqua #2CEEFF
RGB
CMYK
RGB Variations
Color information
#2CEEFF (or 0x2CEEFF) is known color: Aqua. HEX triplet: 2C, EE and FF. RGB value is (44,238,255). Sum of RGB (Red+Green+Blue) = 44+238+255=537 (71% of max value = 765). Red value is 44 (17.58% from 255 or 8.19% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CEEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEEFF is #D31100. Grayscale: #B5B5B5. Windows color (decimal): -13832449 or 16772652. OLE color: 16772652.
HSL color Cylindrical-coordinate representation of color #2CEEFF: hue angle of 184.83º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CEEFF is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 238 | 255 | - |
| CMYK | 0.83 | 0.07 | 0 | 0 |
| HSL | 184.83º | 1% | 0.59% | - |
| HSV(B) | 184.83º | 0.83% | 1% | - |
| XYZ | 49.66 | 68.9 | 105.29 | - |
| YUV | 181.93 | 169.23 | 29.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 255 | 0.83 | 0.07 | 0 | 0 | 184.83 | 1 | 0.59 |
| Hex | 2C | EE | FF | 53 | 7 | 0 | 0 | B9 | 64 | 3B |
| Octal | 54 | 356 | 377 | 123 | 7 | 0 | 0 | 271 | 144 | 73 |
| Binary | 101100 | 11101110 | 11111111 | 1010011 | 111 | 0 | 0 | 10111001 | 1100100 | 111011 |
Color Harmonies of #2CEEFF
Complementary color
Monochromatic Colors of #2CEEFF
Black with #2CEEFF
Text Example
Text Example
White with #2CEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEEFF; }
p { color: rgb(44,238,255); }
H1.HeaderClassName
{
color: #2CEEFF;
}
.AnyTagClassName
{
color: #2CEEFF;
}
</style>
background-color css
<style>
a { background-color: #2CEEFF; }
a { background-color: rgb(44,238,255); }
div.DivClassName
{
background-color: #2CEEFF;
}
.BgClassName
{
background-color: #2CEEFF;
}
</style>
border-color css
<style>
span { border-color: #2CEEFF; }
span { border-color: rgb(44,238,255); }
td.TdClassName
{
border-color: #2CEEFF;
}
.TagClassName
{
border-color: #2CEEFF;
}
</style>