#11EEFF

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

Shades of Aqua #11EEFF

Tints of Aqua #11EEFF

Color information

#11EEFF (or 0x11EEFF) is unknown color: approx Aqua. HEX triplet: 11, EE and FF. RGB value is (17,238,255). Sum of RGB (Red+Green+Blue) = 17+238+255=510 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.33% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #11EEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EEFF is #EE1100. Grayscale: #ADADAD. Windows color (decimal): -15601921 or 16772625. OLE color: 16772625.

HSL color Cylindrical-coordinate representation of color #11EEFF: hue angle of 184.29º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EEFF is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17238255-
CMYK0.930.0700
HSL184.29º100%53.33%-
HSV(B)184.29º93.33%100%-
XYZ48.8668.49105.25-
YUV173.86173.7816.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.33%
GREEN value IS 238 (93.36% from 255) = 46.67%
BLUE value IS 255 (100% from 255) = 50%
R=3.33%
G=46.67%
B=50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172382550.930.0700184.2910053.33
Hex11EEFF5D700b86435
Octal2135637713570027014465
Binary100011110111011111111101110111100101110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11EEFF; }

 p { color: rgb(17,238,255); }

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

<style>
 a { background-color: #11EEFF; }

 a { background-color: rgb(17,238,255); }

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

<style>
 span { border-color: #11EEFF; }

 span { border-color: rgb(17,238,255); }

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