#16B0C1

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

Shades of Iris Blue #16B0C1

Tints of Iris Blue #16B0C1

Color information

#16B0C1 (or 0x16B0C1) is unknown color: approx Iris Blue. HEX triplet: 16, B0 and C1. RGB value is (22,176,193). Sum of RGB (Red+Green+Blue) = 22+176+193=391 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.63% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #16B0C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B0C1 is #E94F3E. Grayscale: #838383. Windows color (decimal): -15290175 or 12693526. OLE color: 12693526.

HSL color Cylindrical-coordinate representation of color #16B0C1: hue angle of 185.96º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16B0C1 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB22176193-
CMYK0.890.0900.24
HSL185.96º79.53%42.16%-
HSV(B)185.96º88.6%75.69%-
XYZ25.4835.0755.88-
YUV131.89162.4849.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.63%
GREEN value IS 176 (69.14% from 255) = 45.01%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=5.63%
G=45.01%
B=49.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal221761930.890.0900.24185.9679.5342.16
Hex16B0C1599018ba502a
Octal262603011311103027212052
Binary10110101100001100000110110011001011000101110101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,176,193); }

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

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

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

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

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

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

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