#11AEC3

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

Shades of Iris Blue #11AEC3

Tints of Iris Blue #11AEC3

Color information

#11AEC3 (or 0x11AEC3) is unknown color: approx Iris Blue. HEX triplet: 11, AE and C3. RGB value is (17,174,195). Sum of RGB (Red+Green+Blue) = 17+174+195=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #11AEC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AEC3 is #EE513C. Grayscale: #818181. Windows color (decimal): -15618365 or 12824081. OLE color: 12824081.

HSL color Cylindrical-coordinate representation of color #11AEC3: hue angle of 187.08º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AEC3 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17174195-
CMYK0.910.1100.24
HSL187.08º83.96%41.57%-
HSV(B)187.08º91.28%76.47%-
XYZ25.2234.3356.93-
YUV129.45164.9947.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.40%
GREEN value IS 174 (68.36% from 255) = 45.08%
BLUE value IS 195 (76.56% from 255) = 50.52%
R=4.40%
G=45.08%
B=50.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171741950.910.1100.24187.0883.9641.57
Hex11AEC35BB018bb542a
Octal212563031331303027312452
Binary10001101011101100001110110111011011000101110111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,174,195); }

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

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

 a { background-color: rgb(17,174,195); }

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

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

 span { border-color: rgb(17,174,195); }

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