#16ADCA

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

Shades of Iris Blue #16ADCA

Tints of Iris Blue #16ADCA

Color information

#16ADCA (or 0x16ADCA) is unknown color: approx Iris Blue. HEX triplet: 16, AD and CA. RGB value is (22,173,202). Sum of RGB (Red+Green+Blue) = 22+173+202=397 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.54% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #16ADCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADCA is #E95235. Grayscale: #828282. Windows color (decimal): -15290934 or 13282582. OLE color: 13282582.

HSL color Cylindrical-coordinate representation of color #16ADCA: hue angle of 189.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16ADCA is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB22173202-
CMYK0.890.1400.21
HSL189.67º80.36%43.92%-
HSV(B)189.67º89.11%79.22%-
XYZ25.9434.3261.13-
YUV131.16167.9750.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.54%
GREEN value IS 173 (67.97% from 255) = 43.58%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=5.54%
G=43.58%
B=50.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal221732020.890.1400.21189.6780.3643.92
Hex16ADCA59E015be502c
Octal262553121311602527612054
Binary10110101011011100101010110011110010101101111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,173,202); }

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

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

 a { background-color: rgb(22,173,202); }

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

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

 span { border-color: rgb(22,173,202); }

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