Shades of Aqua #2DEEFC
Tints of Aqua #2DEEFC
RGB
CMYK
RGB Variations
Color information
#2DEEFC (or 0x2DEEFC) is known color: Aqua. HEX triplet: 2D, EE and FC. RGB value is (45,238,252). Sum of RGB (Red+Green+Blue) = 45+238+252=535 (70% of max value = 765). Red value is 45 (17.97% from 255 or 8.41% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #2DEEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEEFC is #D21103. Grayscale: #B5B5B5. Windows color (decimal): -13766916 or 16576045. OLE color: 16576045.
HSL color Cylindrical-coordinate representation of color #2DEEFC: hue angle of 184.06º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DEEFC is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 238 | 252 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.01 |
| HSL | 184.06º | 0.97% | 0.58% | - |
| HSV(B) | 184.06º | 0.82% | 0.99% | - |
| XYZ | 49.23 | 68.74 | 102.77 | - |
| YUV | 181.89 | 167.56 | 30.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 252 | 0.82 | 0.06 | 0 | 0.01 | 184.06 | 0.97 | 0.58 |
| Hex | 2D | EE | FC | 52 | 6 | 0 | 1 | B8 | 61 | 3A |
| Octal | 55 | 356 | 374 | 122 | 6 | 0 | 1 | 270 | 141 | 72 |
| Binary | 101101 | 11101110 | 11111100 | 1010010 | 110 | 0 | 1 | 10111000 | 1100001 | 111010 |
Color Harmonies of #2DEEFC
Complementary color
Monochromatic Colors of #2DEEFC
Black with #2DEEFC
Text Example
Text Example
White with #2DEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEFC; }
p { color: rgb(45,238,252); }
H1.HeaderClassName
{
color: #2DEEFC;
}
.AnyTagClassName
{
color: #2DEEFC;
}
</style>
background-color css
<style>
a { background-color: #2DEEFC; }
a { background-color: rgb(45,238,252); }
div.DivClassName
{
background-color: #2DEEFC;
}
.BgClassName
{
background-color: #2DEEFC;
}
</style>
border-color css
<style>
span { border-color: #2DEEFC; }
span { border-color: rgb(45,238,252); }
td.TdClassName
{
border-color: #2DEEFC;
}
.TagClassName
{
border-color: #2DEEFC;
}
</style>