#11AECE

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

Shades of Iris Blue #11AECE

Tints of Iris Blue #11AECE

Color information

#11AECE (or 0x11AECE) is unknown color: approx Iris Blue. HEX triplet: 11, AE and CE. RGB value is (17,174,206). Sum of RGB (Red+Green+Blue) = 17+174+206=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #11AECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AECE is #EE5131. Grayscale: #828282. Windows color (decimal): -15618354 or 13544977. OLE color: 13544977.

HSL color Cylindrical-coordinate representation of color #11AECE: hue angle of 190.16º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AECE is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17174206-
CMYK0.920.1600.19
HSL190.16º84.75%43.73%-
HSV(B)190.16º91.75%80.78%-
XYZ26.5134.8563.72-
YUV130.7170.4946.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.28%
GREEN value IS 174 (68.36% from 255) = 43.83%
BLUE value IS 206 (80.86% from 255) = 51.89%
R=4.28%
G=43.83%
B=51.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171742060.920.1600.19190.1684.7543.73
Hex11AECE5C10013be552c
Octal212563161342002327612554
Binary100011010111011001110101110010000010011101111101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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