#1EE6FD

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

Shades of Aqua #1EE6FD

Tints of Aqua #1EE6FD

Color information

#1EE6FD (or 0x1EE6FD) is unknown color: approx Aqua. HEX triplet: 1E, E6 and FD. RGB value is (30,230,253). Sum of RGB (Red+Green+Blue) = 30+230+253=513 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.85% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EE6FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EE6FD is #E11902. Grayscale: #ACACAC. Windows color (decimal): -14752003 or 16639518. OLE color: 16639518.

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

Color convert

RGB30230253-
CMYK0.880.0900.01
HSL186.19º98.24%55.49%-
HSV(B)186.19º88.14%99.22%-
XYZ46.5663.96102.82-
YUV172.82173.2426.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.85%
GREEN value IS 230 (90.23% from 255) = 44.83%
BLUE value IS 253 (99.22% from 255) = 49.32%
R=5.85%
G=44.83%
B=49.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal302302530.880.0900.01186.1998.2455.49
Hex1EE6FD58901ba6237
Octal36346375130110127214267
Binary1111011100110111111011011000100101101110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,230,253); }

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

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

 a { background-color: rgb(30,230,253); }

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

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

 span { border-color: rgb(30,230,253); }

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