#1AAECD

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

Shades of Iris Blue #1AAECD

Tints of Iris Blue #1AAECD

Color information

#1AAECD (or 0x1AAECD) is unknown color: approx Iris Blue. HEX triplet: 1A, AE and CD. RGB value is (26,174,205). Sum of RGB (Red+Green+Blue) = 26+174+205=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #1AAECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAECD is #E55132. Grayscale: #858585. Windows color (decimal): -15028531 or 13479450. OLE color: 13479450.

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

Color convert

RGB26174205-
CMYK0.870.1500.20
HSL190.39º77.49%45.29%-
HSV(B)190.39º87.32%80.39%-
XYZ26.5834.963.09-
YUV133.28168.4751.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.42%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 205 (80.47% from 255) = 50.62%
R=6.42%
G=42.96%
B=50.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal261742050.870.1500.20190.3977.4945.29
Hex1AAECD57F014be4d2d
Octal322563151271702427611555
Binary11010101011101100110110101111111010100101111101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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