Shades of Aqua #2CEAFF
Tints of Aqua #2CEAFF
RGB
CMYK
RGB Variations
Color information
#2CEAFF (or 0x2CEAFF) is known color: Aqua. HEX triplet: 2C, EA and FF. RGB value is (44,234,255). Sum of RGB (Red+Green+Blue) = 44+234+255=533 (70% of max value = 765). Red value is 44 (17.58% from 255 or 8.26% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CEAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEAFF is #D31500. Grayscale: #B3B3B3. Windows color (decimal): -13833473 or 16771628. OLE color: 16771628.
HSL color Cylindrical-coordinate representation of color #2CEAFF: hue angle of 185.97º 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 #2CEAFF is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 234 | 255 | - |
| CMYK | 0.83 | 0.08 | 0 | 0 |
| HSL | 185.97º | 1% | 0.59% | - |
| HSV(B) | 185.97º | 0.83% | 1% | - |
| XYZ | 48.51 | 66.6 | 104.91 | - |
| YUV | 179.58 | 170.55 | 31.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 255 | 0.83 | 0.08 | 0 | 0 | 185.97 | 1 | 0.59 |
| Hex | 2C | EA | FF | 53 | 8 | 0 | 0 | BA | 64 | 3B |
| Octal | 54 | 352 | 377 | 123 | 10 | 0 | 0 | 272 | 144 | 73 |
| Binary | 101100 | 11101010 | 11111111 | 1010011 | 1000 | 0 | 0 | 10111010 | 1100100 | 111011 |
Color Harmonies of #2CEAFF
Complementary color
Monochromatic Colors of #2CEAFF
Black with #2CEAFF
Text Example
Text Example
White with #2CEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEAFF; }
p { color: rgb(44,234,255); }
H1.HeaderClassName
{
color: #2CEAFF;
}
.AnyTagClassName
{
color: #2CEAFF;
}
</style>
background-color css
<style>
a { background-color: #2CEAFF; }
a { background-color: rgb(44,234,255); }
div.DivClassName
{
background-color: #2CEAFF;
}
.BgClassName
{
background-color: #2CEAFF;
}
</style>
border-color css
<style>
span { border-color: #2CEAFF; }
span { border-color: rgb(44,234,255); }
td.TdClassName
{
border-color: #2CEAFF;
}
.TagClassName
{
border-color: #2CEAFF;
}
</style>