#1ee7ff

Color #1EE7FF Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #1EE7FF

Tints of Aqua #1EE7FF

Color information

#1EE7FF (or 0x1EE7FF) is unknown color: approx Aqua. HEX triplet: 1E, E7 and FF. RGB value is (30,231,255). Sum of RGB (Red+Green+Blue) = 30+231+255=516 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.81% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EE7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EE7FF is #E11800. Grayscale: #ADADAD. Windows color (decimal): -14751745 or 16770846. OLE color: 16770846.

HSL color Cylindrical-coordinate representation of color #1EE7FF: hue angle of 186.4º 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 #1EE7FF is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB30231255-
CMYK0.880.0900
HSL186.4º100%55.88%-
HSV(B)186.4º88.24%100%-
XYZ47.1664.65104.6-
YUV173.64173.9125.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 5.81%
GREEN value IS 231 (90.62% from 255) = 44.77%
BLUE value IS 255 (100% from 255) = 49.42%
R=5.81%
G=44.77%
B=49.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal302312550.880.0900186.410055.88
Hex1EE7FF58900ba6438
Octal36347377130110027214470
Binary1111011100111111111111011000100100101110101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ee7ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ee7ff; }

 p { color: rgb(30,231,255); }

 H1.HeaderClassName
 {
   color: #1ee7ff;
 }
 .AnyTagClassName
 {
   color: #1ee7ff;
 }
</style>
background-color css

<style>
 a { background-color: #1ee7ff; }

 a { background-color: rgb(30,231,255); }

 div.DivClassName
 {
   background-color: #1ee7ff;
 }
 .BgClassName
 {
   background-color: #1ee7ff;
 }
</style>
border-color css

<style>
 span { border-color: #1ee7ff; }

 span { border-color: rgb(30,231,255); }

 td.TdClassName
 {
   border-color: #1ee7ff;
 }
 .TagClassName
 {
   border-color: #1ee7ff;
 }
</style>