#1AAECB

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

Shades of Iris Blue #1AAECB

Tints of Iris Blue #1AAECB

Color information

#1AAECB (or 0x1AAECB) is unknown color: approx Iris Blue. HEX triplet: 1A, AE and CB. RGB value is (26,174,203). Sum of RGB (Red+Green+Blue) = 26+174+203=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #1AAECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAECB is #E55134. Grayscale: #848484. Windows color (decimal): -15028533 or 13348378. OLE color: 13348378.

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

Color convert

RGB26174203-
CMYK0.870.1400.20
HSL189.83º77.29%44.9%-
HSV(B)189.83º87.19%79.61%-
XYZ26.3434.861.83-
YUV133.05167.4751.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.45%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 203 (79.69% from 255) = 50.37%
R=6.45%
G=43.18%
B=50.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal261742030.870.1400.20189.8377.2944.9
Hex1AAECB57E014be4d2d
Octal322563131271602427611555
Binary11010101011101100101110101111110010100101111101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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