Shades of Aqua #1EEBFF
Tints of Aqua #1EEBFF
RGB
CMYK
RGB Variations
Color information
#1EEBFF (or 0x1EEBFF) is known color: Aqua. HEX triplet: 1E, EB and FF. RGB value is (30,235,255). Sum of RGB (Red+Green+Blue) = 30+235+255=520 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.77% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EEBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEBFF is #E11400. Grayscale: #AFAFAF. Windows color (decimal): -14750721 or 16771870. OLE color: 16771870.
HSL color Cylindrical-coordinate representation of color #1EEBFF: hue angle of 185.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EEBFF is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 235 | 255 | - |
| CMYK | 0.88 | 0.08 | 0 | 0 |
| HSL | 185.33º | 1% | 0.56% | - |
| HSV(B) | 185.33º | 0.88% | 1% | - |
| XYZ | 48.29 | 66.91 | 104.98 | - |
| YUV | 175.99 | 172.58 | 23.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 235 | 255 | 0.88 | 0.08 | 0 | 0 | 185.33 | 1 | 0.56 |
| Hex | 1E | EB | FF | 58 | 8 | 0 | 0 | B9 | 64 | 38 |
| Octal | 36 | 353 | 377 | 130 | 10 | 0 | 0 | 271 | 144 | 70 |
| Binary | 11110 | 11101011 | 11111111 | 1011000 | 1000 | 0 | 0 | 10111001 | 1100100 | 111000 |
Color Harmonies of #1EEBFF
Complementary color
Monochromatic Colors of #1EEBFF
Black with #1EEBFF
Text Example
Text Example
White with #1EEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEBFF; }
p { color: rgb(30,235,255); }
H1.HeaderClassName
{
color: #1EEBFF;
}
.AnyTagClassName
{
color: #1EEBFF;
}
</style>
background-color css
<style>
a { background-color: #1EEBFF; }
a { background-color: rgb(30,235,255); }
div.DivClassName
{
background-color: #1EEBFF;
}
.BgClassName
{
background-color: #1EEBFF;
}
</style>
border-color css
<style>
span { border-color: #1EEBFF; }
span { border-color: rgb(30,235,255); }
td.TdClassName
{
border-color: #1EEBFF;
}
.TagClassName
{
border-color: #1EEBFF;
}
</style>