#16b7bf

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

Shades of Iris Blue #16B7BF

Tints of Iris Blue #16B7BF

Color information

#16B7BF (or 0x16B7BF) is unknown color: approx Iris Blue. HEX triplet: 16, B7 and BF. RGB value is (22,183,191). Sum of RGB (Red+Green+Blue) = 22+183+191=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #16B7BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B7BF is #E94840. Grayscale: #878787. Windows color (decimal): -15288385 or 12564246. OLE color: 12564246.

HSL color Cylindrical-coordinate representation of color #16B7BF: hue angle of 182.84º 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 #16B7BF is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB22183191-
CMYK0.880.0400.25
HSL182.84º79.34%41.76%-
HSV(B)182.84º88.48%74.9%-
XYZ26.6737.855.18-
YUV135.77159.1646.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.56%
GREEN value IS 183 (71.88% from 255) = 46.21%
BLUE value IS 191 (75% from 255) = 48.23%
R=5.56%
G=46.21%
B=48.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221831910.880.0400.25182.8479.3441.76
Hex16B7BF584019b74f2a
Octal26267277130403126711752
Binary1011010110111101111111011000100011001101101111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16b7bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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