#1EFCFF

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

Shades of Aqua #1EFCFF

Tints of Aqua #1EFCFF

Color information

#1EFCFF (or 0x1EFCFF) is unknown color: approx Aqua. HEX triplet: 1E, FC and FF. RGB value is (30,252,255). Sum of RGB (Red+Green+Blue) = 30+252+255=537 (71% of max value = 765). Red value is 30 (12.11% from 255 or 5.59% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EFCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFCFF is #E10300. Grayscale: #B9B9B9. Windows color (decimal): -14746369 or 16776222. OLE color: 16776222.

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

Color convert

RGB30252255-
CMYK0.880.0100
HSL180.8º100%55.88%-
HSV(B)180.8º88.24%100%-
XYZ53.477.12106.68-
YUV185.96166.9516.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.59%
GREEN value IS 252 (98.83% from 255) = 46.93%
BLUE value IS 255 (100% from 255) = 47.49%
R=5.59%
G=46.93%
B=47.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal302522550.880.0100180.810055.88
Hex1EFCFF58100b56438
Octal3637437713010026514470
Binary1111011111100111111111011000100101101011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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