#16B2BF

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

Shades of Iris Blue #16B2BF

Tints of Iris Blue #16B2BF

Color information

#16B2BF (or 0x16B2BF) is unknown color: approx Iris Blue. HEX triplet: 16, B2 and BF. RGB value is (22,178,191). Sum of RGB (Red+Green+Blue) = 22+178+191=391 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.63% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #16B2BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B2BF is #E94D40. Grayscale: #848484. Windows color (decimal): -15289665 or 12562966. OLE color: 12562966.

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

Color convert

RGB22178191-
CMYK0.880.0700.25
HSL184.62º79.34%41.76%-
HSV(B)184.62º88.48%74.9%-
XYZ25.6635.7754.84-
YUV132.84160.8248.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.63%
GREEN value IS 178 (69.92% from 255) = 45.52%
BLUE value IS 191 (75% from 255) = 48.85%
R=5.63%
G=45.52%
B=48.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221781910.880.0700.25184.6279.3441.76
Hex16B2BF587019b94f2a
Octal26262277130703127111752
Binary1011010110010101111111011000111011001101110011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,178,191); }

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

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

 a { background-color: rgb(22,178,191); }

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

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

 span { border-color: rgb(22,178,191); }

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