Shades of Aqua #1EEDFC
Tints of Aqua #1EEDFC
RGB
CMYK
RGB Variations
Color information
#1EEDFC (or 0x1EEDFC) is known color: Aqua. HEX triplet: 1E, ED and FC. RGB value is (30,237,252). Sum of RGB (Red+Green+Blue) = 30+237+252=519 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.78% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EEDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEDFC is #E11203. Grayscale: #B0B0B0. Windows color (decimal): -14750212 or 16575774. OLE color: 16575774.
HSL color Cylindrical-coordinate representation of color #1EEDFC: hue angle of 184.05º degrees, saturation: 0.97, 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 #1EEDFC is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 237 | 252 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.01 |
| HSL | 184.05º | 0.97% | 0.55% | - |
| HSV(B) | 184.05º | 0.88% | 0.99% | - |
| XYZ | 48.39 | 67.87 | 102.65 | - |
| YUV | 176.82 | 170.42 | 23.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 252 | 0.88 | 0.06 | 0 | 0.01 | 184.05 | 0.97 | 0.55 |
| Hex | 1E | ED | FC | 58 | 6 | 0 | 1 | B8 | 61 | 37 |
| Octal | 36 | 355 | 374 | 130 | 6 | 0 | 1 | 270 | 141 | 67 |
| Binary | 11110 | 11101101 | 11111100 | 1011000 | 110 | 0 | 1 | 10111000 | 1100001 | 110111 |
Color Harmonies of #1EEDFC
Complementary color
Monochromatic Colors of #1EEDFC
Black with #1EEDFC
Text Example
Text Example
White with #1EEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEDFC; }
p { color: rgb(30,237,252); }
H1.HeaderClassName
{
color: #1EEDFC;
}
.AnyTagClassName
{
color: #1EEDFC;
}
</style>
background-color css
<style>
a { background-color: #1EEDFC; }
a { background-color: rgb(30,237,252); }
div.DivClassName
{
background-color: #1EEDFC;
}
.BgClassName
{
background-color: #1EEDFC;
}
</style>
border-color css
<style>
span { border-color: #1EEDFC; }
span { border-color: rgb(30,237,252); }
td.TdClassName
{
border-color: #1EEDFC;
}
.TagClassName
{
border-color: #1EEDFC;
}
</style>