#16B3BD

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

Shades of Iris Blue #16B3BD

Tints of Iris Blue #16B3BD

Color information

#16B3BD (or 0x16B3BD) is unknown color: approx Iris Blue. HEX triplet: 16, B3 and BD. RGB value is (22,179,189). Sum of RGB (Red+Green+Blue) = 22+179+189=390 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.64% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #16B3BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B3BD is #E94C42. Grayscale: #858585. Windows color (decimal): -15289411 or 12432150. OLE color: 12432150.

HSL color Cylindrical-coordinate representation of color #16B3BD: hue angle of 183.59º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B3BD is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB22179189-
CMYK0.880.0500.26
HSL183.59º79.15%41.37%-
HSV(B)183.59º88.36%74.12%-
XYZ25.6436.0853.76-
YUV133.2159.4948.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.64%
GREEN value IS 179 (70.31% from 255) = 45.90%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=5.64%
G=45.90%
B=48.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221791890.880.0500.26183.5979.1541.37
Hex16B3BD58501Ab84f29
Octal26263275130503227011751
Binary1011010110011101111011011000101011010101110001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,179,189); }

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

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

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

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

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

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

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