#1efaff

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

Shades of Aqua #1EFAFF

Tints of Aqua #1EFAFF

Color information

#1EFAFF (or 0x1EFAFF) is unknown color: approx Aqua. HEX triplet: 1E, FA and FF. RGB value is (30,250,255). Sum of RGB (Red+Green+Blue) = 30+250+255=535 (70% of max value = 765). Red value is 30 (12.11% from 255 or 5.61% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EFAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFAFF is #E10500. Grayscale: #B8B8B8. Windows color (decimal): -14746881 or 16775710. OLE color: 16775710.

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

Color convert

RGB30250255-
CMYK0.880.0200
HSL181.33º100%55.88%-
HSV(B)181.33º88.24%100%-
XYZ52.7775.87106.47-
YUV184.79167.6117.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.61%
GREEN value IS 250 (98.05% from 255) = 46.73%
BLUE value IS 255 (100% from 255) = 47.66%
R=5.61%
G=46.73%
B=47.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal302502550.880.0200181.3310055.88
Hex1EFAFF58200b56438
Octal3637237713020026514470
Binary11110111110101111111110110001000101101011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1efaff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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