#01AADE

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

Shades of Iris Blue #01AADE

Tints of Iris Blue #01AADE

Color information

#01AADE (or 0x01AADE) is unknown color: approx Iris Blue. HEX triplet: 01, AA and DE. RGB value is (1,170,222). Sum of RGB (Red+Green+Blue) = 1+170+222=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #01AADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AADE is #FE5521. Grayscale: #7D7D7D. Windows color (decimal): -16667938 or 14592513. OLE color: 14592513.

HSL color Cylindrical-coordinate representation of color #01AADE: hue angle of 194.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AADE is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1170222-
CMYK1.000.2300.13
HSL194.12º99.1%43.73%-
HSV(B)194.12º99.55%87.06%-
XYZ27.5734.0374.22-
YUV125.4182.5139.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 222 (87.11% from 255) = 56.49%
R=0.25%
G=43.26%
B=56.49%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11702221.000.2300.13194.1299.143.73
Hex1AADE64170Dc2632c
Octal12523361442701530214354
Binary1101010101101111011001001011101101110000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AADE; }

 p { color: rgb(1,170,222); }

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

<style>
 a { background-color: #01AADE; }

 a { background-color: rgb(1,170,222); }

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

<style>
 span { border-color: #01AADE; }

 span { border-color: rgb(1,170,222); }

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