#11E0FE

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

Shades of Aqua #11E0FE

Tints of Aqua #11E0FE

Color information

#11E0FE (or 0x11E0FE) is unknown color: approx Aqua. HEX triplet: 11, E0 and FE. RGB value is (17,224,254). Sum of RGB (Red+Green+Blue) = 17+224+254=495 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #11E0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E0FE is #EE1F01. Grayscale: #A5A5A5. Windows color (decimal): -15605506 or 16703505. OLE color: 16703505.

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

Color convert

RGB17224254-
CMYK0.930.1200.00
HSL187.59º99.16%53.14%-
HSV(B)187.59º93.31%99.61%-
XYZ44.7860.59103.1-
YUV165.53177.9222.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.43%
GREEN value IS 224 (87.89% from 255) = 45.25%
BLUE value IS 254 (99.61% from 255) = 51.31%
R=3.43%
G=45.25%
B=51.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal172242540.930.1200.00187.5999.1653.14
Hex11E0FE5DC00bc6335
Octal21340376135140027414365
Binary1000111100000111111101011101110000101111001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11E0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,224,254); }

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

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

 a { background-color: rgb(17,224,254); }

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

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

 span { border-color: rgb(17,224,254); }

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