#16AAD1

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

Shades of Iris Blue #16AAD1

Tints of Iris Blue #16AAD1

Color information

#16AAD1 (or 0x16AAD1) is unknown color: approx Iris Blue. HEX triplet: 16, AA and D1. RGB value is (22,170,209). Sum of RGB (Red+Green+Blue) = 22+170+209=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #16AAD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AAD1 is #E9552E. Grayscale: #818181. Windows color (decimal): -15291695 or 13740566. OLE color: 13740566.

HSL color Cylindrical-coordinate representation of color #16AAD1: hue angle of 192.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16AAD1 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB22170209-
CMYK0.890.1900.18
HSL192.51º80.95%45.29%-
HSV(B)192.51º89.47%81.96%-
XYZ26.2133.5265.41-
YUV130.19172.4750.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.49%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 209 (82.03% from 255) = 52.12%
R=5.49%
G=42.39%
B=52.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal221702090.890.1900.18192.5180.9545.29
Hex16AAD15913012c1512d
Octal262523211312302230112155
Binary101101010101011010001101100110011010010110000011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16AAD1; }

 p { color: rgb(22,170,209); }

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

<style>
 a { background-color: #16AAD1; }

 a { background-color: rgb(22,170,209); }

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

<style>
 span { border-color: #16AAD1; }

 span { border-color: rgb(22,170,209); }

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