Shades of Aqua #2DEEFE
Tints of Aqua #2DEEFE
RGB
CMYK
RGB Variations
Color information
#2DEEFE (or 0x2DEEFE) is known color: Aqua. HEX triplet: 2D, EE and FE. RGB value is (45,238,254). Sum of RGB (Red+Green+Blue) = 45+238+254=537 (71% of max value = 765). Red value is 45 (17.97% from 255 or 8.38% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #2DEEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEEFE is #D21101. Grayscale: #B5B5B5. Windows color (decimal): -13766914 or 16707117. OLE color: 16707117.
HSL color Cylindrical-coordinate representation of color #2DEEFE: hue angle of 184.59º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DEEFE is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 238 | 254 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.00 |
| HSL | 184.59º | 0.99% | 0.59% | - |
| HSV(B) | 184.59º | 0.82% | 1% | - |
| XYZ | 49.55 | 68.86 | 104.45 | - |
| YUV | 182.12 | 168.56 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 254 | 0.82 | 0.06 | 0 | 0.00 | 184.59 | 0.99 | 0.59 |
| Hex | 2D | EE | FE | 52 | 6 | 0 | 0 | B9 | 63 | 3B |
| Octal | 55 | 356 | 376 | 122 | 6 | 0 | 0 | 271 | 143 | 73 |
| Binary | 101101 | 11101110 | 11111110 | 1010010 | 110 | 0 | 0 | 10111001 | 1100011 | 111011 |
Color Harmonies of #2DEEFE
Complementary color
Monochromatic Colors of #2DEEFE
Black with #2DEEFE
Text Example
Text Example
White with #2DEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEFE; }
p { color: rgb(45,238,254); }
H1.HeaderClassName
{
color: #2DEEFE;
}
.AnyTagClassName
{
color: #2DEEFE;
}
</style>
background-color css
<style>
a { background-color: #2DEEFE; }
a { background-color: rgb(45,238,254); }
div.DivClassName
{
background-color: #2DEEFE;
}
.BgClassName
{
background-color: #2DEEFE;
}
</style>
border-color css
<style>
span { border-color: #2DEEFE; }
span { border-color: rgb(45,238,254); }
td.TdClassName
{
border-color: #2DEEFE;
}
.TagClassName
{
border-color: #2DEEFE;
}
</style>