#16BFBF

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

Shades of Iris Blue #16BFBF

Tints of Iris Blue #16BFBF

Color information

#16BFBF (or 0x16BFBF) is unknown color: approx Iris Blue. HEX triplet: 16, BF and BF. RGB value is (22,191,191). Sum of RGB (Red+Green+Blue) = 22+191+191=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #16BFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BFBF is #E94040. Grayscale: #8C8C8C. Windows color (decimal): -15286337 or 12566294. OLE color: 12566294.

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

Color convert

RGB22191191-
CMYK0.88000.25
HSL180º79.34%41.76%-
HSV(B)180º88.48%74.9%-
XYZ28.3741.1955.75-
YUV140.47156.5143.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.45%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 191 (75% from 255) = 47.28%
R=5.45%
G=47.28%
B=47.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221911910.88000.2518079.3441.76
Hex16BFBF580019b44f2a
Octal26277277130003126411752
Binary10110101111111011111110110000011001101101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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