#16B1C0

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

Shades of Iris Blue #16B1C0

Tints of Iris Blue #16B1C0

Color information

#16B1C0 (or 0x16B1C0) is unknown color: approx Iris Blue. HEX triplet: 16, B1 and C0. RGB value is (22,177,192). Sum of RGB (Red+Green+Blue) = 22+177+192=391 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.63% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #16B1C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B1C0 is #E94E3F. Grayscale: #848484. Windows color (decimal): -15289920 or 12628246. OLE color: 12628246.

HSL color Cylindrical-coordinate representation of color #16B1C0: hue angle of 185.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16B1C0 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB22177192-
CMYK0.890.0800.25
HSL185.29º79.44%41.96%-
HSV(B)185.29º88.54%75.29%-
XYZ25.5735.4255.36-
YUV132.36161.6549.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.63%
GREEN value IS 177 (69.53% from 255) = 45.27%
BLUE value IS 192 (75.39% from 255) = 49.10%
R=5.63%
G=45.27%
B=49.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221771920.890.0800.25185.2979.4441.96
Hex16B1C0598019b94f2a
Octal262613001311003127111752
Binary10110101100011100000010110011000011001101110011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,177,192); }

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

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

 a { background-color: rgb(22,177,192); }

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

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

 span { border-color: rgb(22,177,192); }

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