#1AAACC

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

Shades of Iris Blue #1AAACC

Tints of Iris Blue #1AAACC

Color information

#1AAACC (or 0x1AAACC) is unknown color: approx Iris Blue. HEX triplet: 1A, AA and CC. RGB value is (26,170,204). Sum of RGB (Red+Green+Blue) = 26+170+204=400 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.5% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #1AAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAACC is #E55533. Grayscale: #828282. Windows color (decimal): -15029556 or 13412890. OLE color: 13412890.

HSL color Cylindrical-coordinate representation of color #1AAACC: hue angle of 191.46º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AAACC is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB26170204-
CMYK0.870.1700.2
HSL191.46º77.39%45.1%-
HSV(B)191.46º87.25%80%-
XYZ25.733.3362.21-
YUV130.82169.2953.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.5%
GREEN value IS 170 (66.80% from 255) = 42.5%
BLUE value IS 204 (80.08% from 255) = 51%
R=6.5%
G=42.5%
B=51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal261702040.870.1700.2191.4677.3945.1
Hex1AAACC5711014bf4d2d
Octal322523141272102427711555
Binary110101010101011001100101011110001010100101111111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AAACC; }

 p { color: rgb(26,170,204); }

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

<style>
 a { background-color: #1AAACC; }

 a { background-color: rgb(26,170,204); }

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

<style>
 span { border-color: #1AAACC; }

 span { border-color: rgb(26,170,204); }

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