#16AADF

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

Shades of Iris Blue #16AADF

Tints of Iris Blue #16AADF

Color information

#16AADF (or 0x16AADF) is unknown color: approx Iris Blue. HEX triplet: 16, AA and DF. RGB value is (22,170,223). Sum of RGB (Red+Green+Blue) = 22+170+223=415 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.30% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #16AADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AADF is #E95520. Grayscale: #838383. Windows color (decimal): -15291681 or 14658070. OLE color: 14658070.

HSL color Cylindrical-coordinate representation of color #16AADF: hue angle of 195.82º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16AADF is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22170223-
CMYK0.900.2400.13
HSL195.82º82.04%48.04%-
HSV(B)195.82º90.13%87.45%-
XYZ28.0234.2574.95-
YUV131.79179.4749.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.30%
GREEN value IS 170 (66.80% from 255) = 40.96%
BLUE value IS 223 (87.5% from 255) = 53.73%
R=5.30%
G=40.96%
B=53.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221702230.900.2400.13195.8282.0448.04
Hex16AADF5A180Dc45230
Octal262523371323001530412260
Binary10110101010101101111110110101100001101110001001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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