#1EEAFB

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

Shades of Aqua #1EEAFB

Tints of Aqua #1EEAFB

Color information

#1EEAFB (or 0x1EEAFB) is unknown color: approx Aqua. HEX triplet: 1E, EA and FB. RGB value is (30,234,251). Sum of RGB (Red+Green+Blue) = 30+234+251=515 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.83% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #1EEAFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEAFB is #E11504. Grayscale: #AEAEAE. Windows color (decimal): -14750981 or 16509470. OLE color: 16509470.

HSL color Cylindrical-coordinate representation of color #1EEAFB: hue angle of 184.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EEAFB is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB30234251-
CMYK0.880.0700.02
HSL184.62º96.51%55.1%-
HSV(B)184.62º88.05%98.43%-
XYZ47.3766.09101.53-
YUV174.94170.9124.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.83%
GREEN value IS 234 (91.80% from 255) = 45.44%
BLUE value IS 251 (98.44% from 255) = 48.74%
R=5.83%
G=45.44%
B=48.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal302342510.880.0700.02184.6296.5155.1
Hex1EEAFB58702b96137
Octal3635237313070227114167
Binary1111011101010111110111011000111010101110011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,234,251); }

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

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

 a { background-color: rgb(30,234,251); }

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

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

 span { border-color: rgb(30,234,251); }

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