Shades of Aqua #1EEFFD
Tints of Aqua #1EEFFD
RGB
CMYK
RGB Variations
Color information
#1EEFFD (or 0x1EEFFD) is known color: Aqua. HEX triplet: 1E, EF and FD. RGB value is (30,239,253). Sum of RGB (Red+Green+Blue) = 30+239+253=522 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.75% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EEFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEFFD is #E11002. Grayscale: #B1B1B1. Windows color (decimal): -14749699 or 16641822. OLE color: 16641822.
HSL color Cylindrical-coordinate representation of color #1EEFFD: hue angle of 183.77º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EEFFD is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 239 | 253 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.01 |
| HSL | 183.77º | 0.98% | 0.55% | - |
| HSV(B) | 183.77º | 0.88% | 0.99% | - |
| XYZ | 49.13 | 69.1 | 103.68 | - |
| YUV | 178.11 | 170.26 | 22.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 253 | 0.88 | 0.06 | 0 | 0.01 | 183.77 | 0.98 | 0.55 |
| Hex | 1E | EF | FD | 58 | 6 | 0 | 1 | B8 | 62 | 37 |
| Octal | 36 | 357 | 375 | 130 | 6 | 0 | 1 | 270 | 142 | 67 |
| Binary | 11110 | 11101111 | 11111101 | 1011000 | 110 | 0 | 1 | 10111000 | 1100010 | 110111 |
Color Harmonies of #1EEFFD
Complementary color
Monochromatic Colors of #1EEFFD
Black with #1EEFFD
Text Example
Text Example
White with #1EEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEFFD; }
p { color: rgb(30,239,253); }
H1.HeaderClassName
{
color: #1EEFFD;
}
.AnyTagClassName
{
color: #1EEFFD;
}
</style>
background-color css
<style>
a { background-color: #1EEFFD; }
a { background-color: rgb(30,239,253); }
div.DivClassName
{
background-color: #1EEFFD;
}
.BgClassName
{
background-color: #1EEFFD;
}
</style>
border-color css
<style>
span { border-color: #1EEFFD; }
span { border-color: rgb(30,239,253); }
td.TdClassName
{
border-color: #1EEFFD;
}
.TagClassName
{
border-color: #1EEFFD;
}
</style>