#1EFDFF

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

Shades of Aqua #1EFDFF

Tints of Aqua #1EFDFF

Color information

#1EFDFF (or 0x1EFDFF) is unknown color: approx Aqua. HEX triplet: 1E, FD and FF. RGB value is (30,253,255). Sum of RGB (Red+Green+Blue) = 30+253+255=538 (71% of max value = 765). Red value is 30 (12.11% from 255 or 5.58% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EFDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFDFF is #E10200. Grayscale: #BABABA. Windows color (decimal): -14746113 or 16776478. OLE color: 16776478.

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

Color convert

RGB30253255-
CMYK0.880.0100
HSL180.53º100%55.88%-
HSV(B)180.53º88.24%100%-
XYZ53.7177.75106.78-
YUV186.55166.6216.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.58%
GREEN value IS 253 (99.22% from 255) = 47.03%
BLUE value IS 255 (100% from 255) = 47.40%
R=5.58%
G=47.03%
B=47.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal302532550.880.0100180.5310055.88
Hex1EFDFF58100b56438
Octal3637537713010026514470
Binary1111011111101111111111011000100101101011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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