#1AA9C6

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

Shades of Iris Blue #1AA9C6

Tints of Iris Blue #1AA9C6

Color information

#1AA9C6 (or 0x1AA9C6) is unknown color: approx Iris Blue. HEX triplet: 1A, A9 and C6. RGB value is (26,169,198). Sum of RGB (Red+Green+Blue) = 26+169+198=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #1AA9C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA9C6 is #E55639. Grayscale: #818181. Windows color (decimal): -15029818 or 13019418. OLE color: 13019418.

HSL color Cylindrical-coordinate representation of color #1AA9C6: hue angle of 190.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AA9C6 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB26169198-
CMYK0.870.1500.22
HSL190.12º76.79%43.92%-
HSV(B)190.12º86.87%77.65%-
XYZ24.8132.6758.43-
YUV129.55166.6254.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.62%
GREEN value IS 169 (66.41% from 255) = 43.00%
BLUE value IS 198 (77.73% from 255) = 50.38%
R=6.62%
G=43.00%
B=50.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal261691980.870.1500.22190.1276.7943.92
Hex1AA9C657F016be4d2c
Octal322513061271702627611554
Binary11010101010011100011010101111111010110101111101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,169,198); }

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

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

 a { background-color: rgb(26,169,198); }

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

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

 span { border-color: rgb(26,169,198); }

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