#11A8CC

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

Shades of Iris Blue #11A8CC

Tints of Iris Blue #11A8CC

Color information

#11A8CC (or 0x11A8CC) is unknown color: approx Iris Blue. HEX triplet: 11, A8 and CC. RGB value is (17,168,204). Sum of RGB (Red+Green+Blue) = 17+168+204=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #11A8CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A8CC is #EE5733. Grayscale: #7E7E7E. Windows color (decimal): -15619892 or 13412369. OLE color: 13412369.

HSL color Cylindrical-coordinate representation of color #11A8CC: hue angle of 191.55º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A8CC is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17168204-
CMYK0.920.1800.2
HSL191.55º84.62%43.33%-
HSV(B)191.55º91.67%80%-
XYZ25.1332.4862.07-
YUV126.96171.4749.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.37%
GREEN value IS 168 (66.02% from 255) = 43.19%
BLUE value IS 204 (80.08% from 255) = 52.44%
R=4.37%
G=43.19%
B=52.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171682040.920.1800.2191.5584.6243.33
Hex11A8CC5C12014c0552b
Octal212503141342202430012553
Binary100011010100011001100101110010010010100110000001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,168,204); }

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

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

 a { background-color: rgb(17,168,204); }

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

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

 span { border-color: rgb(17,168,204); }

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