#11ACE5

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

Shades of Iris Blue #11ACE5

Tints of Iris Blue #11ACE5

Color information

#11ACE5 (or 0x11ACE5) is unknown color: approx Iris Blue. HEX triplet: 11, AC and E5. RGB value is (17,172,229). Sum of RGB (Red+Green+Blue) = 17+172+229=418 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.07% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #11ACE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACE5 is #EE531A. Grayscale: #838383. Windows color (decimal): -15618843 or 15051793. OLE color: 15051793.

HSL color Cylindrical-coordinate representation of color #11ACE5: hue angle of 196.13º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ACE5 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17172229-
CMYK0.930.2500.10
HSL196.13º86.18%48.24%-
HSV(B)196.13º92.58%89.8%-
XYZ29.1335.2879.4-
YUV132.15182.6545.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.07%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 229 (89.84% from 255) = 54.78%
R=4.07%
G=41.15%
B=54.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal171722290.930.2500.10196.1386.1848.24
Hex11ACE55D190Ac45630
Octal212543451353101230412660
Binary10001101011001110010110111011100101010110001001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11ACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,172,229); }

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

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

 a { background-color: rgb(17,172,229); }

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

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

 span { border-color: rgb(17,172,229); }

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