Shades of Aqua #1EEBFC
Tints of Aqua #1EEBFC
RGB
CMYK
RGB Variations
Color information
#1EEBFC (or 0x1EEBFC) is known color: Aqua. HEX triplet: 1E, EB and FC. RGB value is (30,235,252). Sum of RGB (Red+Green+Blue) = 30+235+252=517 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.80% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EEBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEBFC is #E11403. Grayscale: #AFAFAF. Windows color (decimal): -14750724 or 16575262. OLE color: 16575262.
HSL color Cylindrical-coordinate representation of color #1EEBFC: hue angle of 184.59º 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 #1EEBFC is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 235 | 252 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.01 |
| HSL | 184.59º | 0.97% | 0.55% | - |
| HSV(B) | 184.59º | 0.88% | 0.99% | - |
| XYZ | 47.81 | 66.72 | 102.45 | - |
| YUV | 175.64 | 171.08 | 24.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 235 | 252 | 0.88 | 0.07 | 0 | 0.01 | 184.59 | 0.97 | 0.55 |
| Hex | 1E | EB | FC | 58 | 7 | 0 | 1 | B9 | 61 | 37 |
| Octal | 36 | 353 | 374 | 130 | 7 | 0 | 1 | 271 | 141 | 67 |
| Binary | 11110 | 11101011 | 11111100 | 1011000 | 111 | 0 | 1 | 10111001 | 1100001 | 110111 |
Color Harmonies of #1EEBFC
Complementary color
Monochromatic Colors of #1EEBFC
Black with #1EEBFC
Text Example
Text Example
White with #1EEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEBFC; }
p { color: rgb(30,235,252); }
H1.HeaderClassName
{
color: #1EEBFC;
}
.AnyTagClassName
{
color: #1EEBFC;
}
</style>
background-color css
<style>
a { background-color: #1EEBFC; }
a { background-color: rgb(30,235,252); }
div.DivClassName
{
background-color: #1EEBFC;
}
.BgClassName
{
background-color: #1EEBFC;
}
</style>
border-color css
<style>
span { border-color: #1EEBFC; }
span { border-color: rgb(30,235,252); }
td.TdClassName
{
border-color: #1EEBFC;
}
.TagClassName
{
border-color: #1EEBFC;
}
</style>