#16BDBE

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

Shades of Iris Blue #16BDBE

Tints of Iris Blue #16BDBE

Color information

#16BDBE (or 0x16BDBE) is unknown color: approx Iris Blue. HEX triplet: 16, BD and BE. RGB value is (22,189,190). Sum of RGB (Red+Green+Blue) = 22+189+190=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #16BDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDBE is #E94241. Grayscale: #8B8B8B. Windows color (decimal): -15286850 or 12500246. OLE color: 12500246.

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

Color convert

RGB22189190-
CMYK0.880.0100.25
HSL180.36º79.25%41.57%-
HSV(B)180.36º88.42%74.51%-
XYZ27.8240.2855.02-
YUV139.18156.6744.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.49%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=5.49%
G=47.13%
B=47.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221891900.880.0100.25180.3679.2541.57
Hex16BDBE581019b44f2a
Octal26275276130103126411752
Binary10110101111011011111010110001011001101101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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