#11ACCE

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

Shades of Iris Blue #11ACCE

Tints of Iris Blue #11ACCE

Color information

#11ACCE (or 0x11ACCE) is unknown color: approx Iris Blue. HEX triplet: 11, AC and CE. RGB value is (17,172,206). Sum of RGB (Red+Green+Blue) = 17+172+206=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #11ACCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACCE is #EE5331. Grayscale: #818181. Windows color (decimal): -15618866 or 13544465. OLE color: 13544465.

HSL color Cylindrical-coordinate representation of color #11ACCE: hue angle of 190.79º 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 #11ACCE is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17172206-
CMYK0.920.1700.19
HSL190.79º84.75%43.73%-
HSV(B)190.79º91.75%80.78%-
XYZ26.1234.0863.59-
YUV129.53171.1547.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.30%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 206 (80.86% from 255) = 52.15%
R=4.30%
G=43.54%
B=52.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171722060.920.1700.19190.7984.7543.73
Hex11ACCE5C11013bf552c
Octal212543161342102327712554
Binary100011010110011001110101110010001010011101111111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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