Shades of Aqua #1EEEFC
Tints of Aqua #1EEEFC
RGB
CMYK
RGB Variations
Color information
#1EEEFC (or 0x1EEEFC) is known color: Aqua. HEX triplet: 1E, EE and FC. RGB value is (30,238,252). Sum of RGB (Red+Green+Blue) = 30+238+252=520 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.77% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EEEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEEFC is #E11103. Grayscale: #B1B1B1. Windows color (decimal): -14749956 or 16576030. OLE color: 16576030.
HSL color Cylindrical-coordinate representation of color #1EEEFC: hue angle of 183.78º 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 #1EEEFC is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 238 | 252 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.01 |
| HSL | 183.78º | 0.97% | 0.55% | - |
| HSV(B) | 183.78º | 0.88% | 0.99% | - |
| XYZ | 48.68 | 68.45 | 102.74 | - |
| YUV | 177.4 | 170.09 | 22.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 252 | 0.88 | 0.06 | 0 | 0.01 | 183.78 | 0.97 | 0.55 |
| Hex | 1E | EE | FC | 58 | 6 | 0 | 1 | B8 | 61 | 37 |
| Octal | 36 | 356 | 374 | 130 | 6 | 0 | 1 | 270 | 141 | 67 |
| Binary | 11110 | 11101110 | 11111100 | 1011000 | 110 | 0 | 1 | 10111000 | 1100001 | 110111 |
Color Harmonies of #1EEEFC
Complementary color
Monochromatic Colors of #1EEEFC
Black with #1EEEFC
Text Example
Text Example
White with #1EEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEEFC; }
p { color: rgb(30,238,252); }
H1.HeaderClassName
{
color: #1EEEFC;
}
.AnyTagClassName
{
color: #1EEEFC;
}
</style>
background-color css
<style>
a { background-color: #1EEEFC; }
a { background-color: rgb(30,238,252); }
div.DivClassName
{
background-color: #1EEEFC;
}
.BgClassName
{
background-color: #1EEEFC;
}
</style>
border-color css
<style>
span { border-color: #1EEEFC; }
span { border-color: rgb(30,238,252); }
td.TdClassName
{
border-color: #1EEEFC;
}
.TagClassName
{
border-color: #1EEEFC;
}
</style>