#1AAECA

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

Shades of Iris Blue #1AAECA

Tints of Iris Blue #1AAECA

Color information

#1AAECA (or 0x1AAECA) is unknown color: approx Iris Blue. HEX triplet: 1A, AE and CA. RGB value is (26,174,202). Sum of RGB (Red+Green+Blue) = 26+174+202=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #1AAECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAECA is #E55135. Grayscale: #848484. Windows color (decimal): -15028534 or 13282842. OLE color: 13282842.

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

Color convert

RGB26174202-
CMYK0.870.1400.21
HSL189.55º77.19%44.71%-
HSV(B)189.55º87.13%79.22%-
XYZ26.2234.7661.2-
YUV132.94166.9751.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.47%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=6.47%
G=43.28%
B=50.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal261742020.870.1400.21189.5577.1944.71
Hex1AAECA57E015be4d2d
Octal322563121271602527611555
Binary11010101011101100101010101111110010101101111101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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