#00AADD

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

Shades of Iris Blue #00AADD

Tints of Iris Blue #00AADD

Color information

#00AADD (or 0x00AADD) is unknown color: approx Iris Blue. HEX triplet: 00, AA and DD. RGB value is (0,170,221). Sum of RGB (Red+Green+Blue) = 0+170+221=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #00AADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AADD is #FF5522. Grayscale: #7C7C7C. Windows color (decimal): -16733475 or 14526976. OLE color: 14526976.

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

Color convert

RGB0170221-
CMYK10.2300.13
HSL193.85º100%43.33%-
HSV(B)193.85º100%86.67%-
XYZ27.4333.9773.52-
YUV124.98182.1838.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=0%
G=43.48%
B=56.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal017022110.2300.13193.8510043.33
Hex0AADD64170Dc2642b
Octal02523351442701530214453
Binary0101010101101110111001001011101101110000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00AADD; }

 p { color: rgb(0,170,221); }

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

<style>
 a { background-color: #00AADD; }

 a { background-color: rgb(0,170,221); }

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

<style>
 span { border-color: #00AADD; }

 span { border-color: rgb(0,170,221); }

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