#16ADC2

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

Shades of Iris Blue #16ADC2

Tints of Iris Blue #16ADC2

Color information

#16ADC2 (or 0x16ADC2) is unknown color: approx Iris Blue. HEX triplet: 16, AD and C2. RGB value is (22,173,194). Sum of RGB (Red+Green+Blue) = 22+173+194=389 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.66% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #16ADC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADC2 is #E9523D. Grayscale: #828282. Windows color (decimal): -15290942 or 12758294. OLE color: 12758294.

HSL color Cylindrical-coordinate representation of color #16ADC2: hue angle of 187.33º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16ADC2 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB22173194-
CMYK0.890.1100.24
HSL187.33º79.63%42.35%-
HSV(B)187.33º88.66%76.08%-
XYZ25.0133.9556.27-
YUV130.24163.9750.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.66%
GREEN value IS 173 (67.97% from 255) = 44.47%
BLUE value IS 194 (76.17% from 255) = 49.87%
R=5.66%
G=44.47%
B=49.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal221731940.890.1100.24187.3379.6342.35
Hex16ADC259B018bb502a
Octal262553021311303027312052
Binary10110101011011100001010110011011011000101110111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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