#11eaff

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

Shades of Aqua #11EAFF

Tints of Aqua #11EAFF

Color information

#11EAFF (or 0x11EAFF) is unknown color: approx Aqua. HEX triplet: 11, EA and FF. RGB value is (17,234,255). Sum of RGB (Red+Green+Blue) = 17+234+255=506 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.36% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #11EAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EAFF is #EE1500. Grayscale: #ABABAB. Windows color (decimal): -15602945 or 16771601. OLE color: 16771601.

HSL color Cylindrical-coordinate representation of color #11EAFF: hue angle of 185.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 #11EAFF is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17234255-
CMYK0.930.0800
HSL185.29º100%53.33%-
HSV(B)185.29º93.33%100%-
XYZ47.766.18104.87-
YUV171.51175.1117.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.36%
GREEN value IS 234 (91.80% from 255) = 46.25%
BLUE value IS 255 (100% from 255) = 50.40%
R=3.36%
G=46.25%
B=50.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172342550.930.0800185.2910053.33
Hex11EAFF5D800b96435
Octal21352377135100027114465
Binary1000111101010111111111011101100000101110011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11eaff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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