#16b5c4

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

Shades of Iris Blue #16B5C4

Tints of Iris Blue #16B5C4

Color information

#16B5C4 (or 0x16B5C4) is unknown color: approx Iris Blue. HEX triplet: 16, B5 and C4. RGB value is (22,181,196). Sum of RGB (Red+Green+Blue) = 22+181+196=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #16B5C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B5C4 is #E94A3B. Grayscale: #868686. Windows color (decimal): -15288892 or 12891414. OLE color: 12891414.

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

Color convert

RGB22181196-
CMYK0.890.0800.23
HSL185.17º79.82%42.75%-
HSV(B)185.17º88.78%76.86%-
XYZ26.8237.257.99-
YUV135.17162.3247.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.51%
GREEN value IS 181 (71.09% from 255) = 45.36%
BLUE value IS 196 (76.95% from 255) = 49.12%
R=5.51%
G=45.36%
B=49.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal221811960.890.0800.23185.1779.8242.75
Hex16B5C4598017b9502b
Octal262653041311002727112053
Binary10110101101011100010010110011000010111101110011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16b5c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,181,196); }

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

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

 a { background-color: rgb(22,181,196); }

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

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

 span { border-color: rgb(22,181,196); }

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