#1EEFFC

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

Shades of Aqua #1EEFFC

Tints of Aqua #1EEFFC

Color information

#1EEFFC (or 0x1EEFFC) is unknown color: approx Aqua. HEX triplet: 1E, EF and FC. RGB value is (30,239,252). Sum of RGB (Red+Green+Blue) = 30+239+252=521 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.76% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EEFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEFFC is #E11003. Grayscale: #B1B1B1. Windows color (decimal): -14749700 or 16576286. OLE color: 16576286.

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

Color convert

RGB30239252-
CMYK0.880.0500.01
HSL183.51º97.37%55.29%-
HSV(B)183.51º88.1%98.82%-
XYZ48.9769.04102.84-
YUV177.99169.7622.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.76%
GREEN value IS 239 (93.75% from 255) = 45.87%
BLUE value IS 252 (98.83% from 255) = 48.37%
R=5.76%
G=45.87%
B=48.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal302392520.880.0500.01183.5197.3755.29
Hex1EEFFC58501b86137
Octal3635737413050127014167
Binary111101110111111111100101100010101101110001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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