#16B2C7

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

Shades of Iris Blue #16B2C7

Tints of Iris Blue #16B2C7

Color information

#16B2C7 (or 0x16B2C7) is unknown color: approx Iris Blue. HEX triplet: 16, B2 and C7. RGB value is (22,178,199). Sum of RGB (Red+Green+Blue) = 22+178+199=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 199 (78.12% from 255 or 49.87% from 399); Max value from RGB is 199 - color contains mainly: blue. Hex color #16B2C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B2C7 is #E94D38. Grayscale: #858585. Windows color (decimal): -15289657 or 13087254. OLE color: 13087254.

HSL color Cylindrical-coordinate representation of color #16B2C7: hue angle of 187.12º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16B2C7 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB22178199-
CMYK0.890.1100.22
HSL187.12º80.09%43.33%-
HSV(B)187.12º88.94%78.04%-
XYZ26.5636.1359.61-
YUV133.75164.8248.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.51%
GREEN value IS 178 (69.92% from 255) = 44.61%
BLUE value IS 199 (78.12% from 255) = 49.87%
R=5.51%
G=44.61%
B=49.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal221781990.890.1100.22187.1280.0943.33
Hex16B2C759B016bb502b
Octal262623071311302627312053
Binary10110101100101100011110110011011010110101110111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,178,199); }

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

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

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

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

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

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

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