#16ABD1

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

Shades of Iris Blue #16ABD1

Tints of Iris Blue #16ABD1

Color information

#16ABD1 (or 0x16ABD1) is unknown color: approx Iris Blue. HEX triplet: 16, AB and D1. RGB value is (22,171,209). Sum of RGB (Red+Green+Blue) = 22+171+209=402 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.47% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #16ABD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ABD1 is #E9542E. Grayscale: #828282. Windows color (decimal): -15291439 or 13740822. OLE color: 13740822.

HSL color Cylindrical-coordinate representation of color #16ABD1: hue angle of 192.19º 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 #16ABD1 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB22171209-
CMYK0.890.1800.18
HSL192.19º80.95%45.29%-
HSV(B)192.19º89.47%81.96%-
XYZ26.433.965.47-
YUV130.78172.1450.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.47%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 209 (82.03% from 255) = 51.99%
R=5.47%
G=42.54%
B=51.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal221712090.890.1800.18192.1980.9545.29
Hex16ABD15912012c0512d
Octal262533211312202230012155
Binary101101010101111010001101100110010010010110000001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16ABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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