Shades of Aqua #1EEDFE
Tints of Aqua #1EEDFE
RGB
CMYK
RGB Variations
Color information
#1EEDFE (or 0x1EEDFE) is known color: Aqua. HEX triplet: 1E, ED and FE. RGB value is (30,237,254). Sum of RGB (Red+Green+Blue) = 30+237+254=521 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.76% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EEDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEDFE is #E11201. Grayscale: #B0B0B0. Windows color (decimal): -14750210 or 16706846. OLE color: 16706846.
HSL color Cylindrical-coordinate representation of color #1EEDFE: hue angle of 184.55º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EEDFE is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 237 | 254 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.00 |
| HSL | 184.55º | 0.99% | 0.56% | - |
| HSV(B) | 184.55º | 0.88% | 1% | - |
| XYZ | 48.71 | 68 | 104.32 | - |
| YUV | 177.05 | 171.42 | 23.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 254 | 0.88 | 0.07 | 0 | 0.00 | 184.55 | 0.99 | 0.56 |
| Hex | 1E | ED | FE | 58 | 7 | 0 | 0 | B9 | 63 | 38 |
| Octal | 36 | 355 | 376 | 130 | 7 | 0 | 0 | 271 | 143 | 70 |
| Binary | 11110 | 11101101 | 11111110 | 1011000 | 111 | 0 | 0 | 10111001 | 1100011 | 111000 |
Color Harmonies of #1EEDFE
Complementary color
Monochromatic Colors of #1EEDFE
Black with #1EEDFE
Text Example
Text Example
White with #1EEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEDFE; }
p { color: rgb(30,237,254); }
H1.HeaderClassName
{
color: #1EEDFE;
}
.AnyTagClassName
{
color: #1EEDFE;
}
</style>
background-color css
<style>
a { background-color: #1EEDFE; }
a { background-color: rgb(30,237,254); }
div.DivClassName
{
background-color: #1EEDFE;
}
.BgClassName
{
background-color: #1EEDFE;
}
</style>
border-color css
<style>
span { border-color: #1EEDFE; }
span { border-color: rgb(30,237,254); }
td.TdClassName
{
border-color: #1EEDFE;
}
.TagClassName
{
border-color: #1EEDFE;
}
</style>