#1AAED8

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

Shades of Iris Blue #1AAED8

Tints of Iris Blue #1AAED8

Color information

#1AAED8 (or 0x1AAED8) is unknown color: approx Iris Blue. HEX triplet: 1A, AE and D8. RGB value is (26,174,216). Sum of RGB (Red+Green+Blue) = 26+174+216=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #1AAED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAED8 is #E55127. Grayscale: #868686. Windows color (decimal): -15028520 or 14200346. OLE color: 14200346.

HSL color Cylindrical-coordinate representation of color #1AAED8: hue angle of 193.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AAED8 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB26174216-
CMYK0.880.1900.15
HSL193.26º78.51%47.45%-
HSV(B)193.26º87.96%84.71%-
XYZ27.9635.4570.33-
YUV134.54173.9750.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.25%
GREEN value IS 174 (68.36% from 255) = 41.83%
BLUE value IS 216 (84.77% from 255) = 51.92%
R=6.25%
G=41.83%
B=51.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal261742160.880.1900.15193.2678.5147.45
Hex1AAED858130Fc14f2f
Octal322563301302301730111757
Binary11010101011101101100010110001001101111110000011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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