#16BEC9

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

Shades of Iris Blue #16BEC9

Tints of Iris Blue #16BEC9

Color information

#16BEC9 (or 0x16BEC9) is unknown color: approx Iris Blue. HEX triplet: 16, BE and C9. RGB value is (22,190,201). Sum of RGB (Red+Green+Blue) = 22+190+201=413 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.33% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #16BEC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BEC9 is #E94136. Grayscale: #8C8C8C. Windows color (decimal): -15286583 or 13221398. OLE color: 13221398.

HSL color Cylindrical-coordinate representation of color #16BEC9: hue angle of 183.69º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16BEC9 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB22190201-
CMYK0.890.0500.21
HSL183.69º80.27%43.73%-
HSV(B)183.69º89.05%78.82%-
XYZ29.2941.2161.67-
YUV141.02161.8443.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.33%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 201 (78.91% from 255) = 48.67%
R=5.33%
G=46.00%
B=48.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal221902010.890.0500.21183.6980.2743.73
Hex16BEC9595015b8502c
Octal26276311131502527012054
Binary1011010111110110010011011001101010101101110001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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