#1AA7CB

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

Shades of Iris Blue #1AA7CB

Tints of Iris Blue #1AA7CB

Color information

#1AA7CB (or 0x1AA7CB) is unknown color: approx Iris Blue. HEX triplet: 1A, A7 and CB. RGB value is (26,167,203). Sum of RGB (Red+Green+Blue) = 26+167+203=396 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.57% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #1AA7CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA7CB is #E55834. Grayscale: #808080. Windows color (decimal): -15030325 or 13346586. OLE color: 13346586.

HSL color Cylindrical-coordinate representation of color #1AA7CB: hue angle of 192.2º 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 #1AA7CB is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB26167203-
CMYK0.870.1800.20
HSL192.2º77.29%44.9%-
HSV(B)192.2º87.19%79.61%-
XYZ25.0232.1761.39-
YUV128.94169.7954.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.57%
GREEN value IS 167 (65.62% from 255) = 42.17%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=6.57%
G=42.17%
B=51.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal261672030.870.1800.20192.277.2944.9
Hex1AA7CB5712014c04d2d
Octal322473131272202430011555
Binary110101010011111001011101011110010010100110000001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,167,203); }

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

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

 a { background-color: rgb(26,167,203); }

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

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

 span { border-color: rgb(26,167,203); }

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