#16B2D9

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

Shades of Iris Blue #16B2D9

Tints of Iris Blue #16B2D9

Color information

#16B2D9 (or 0x16B2D9) is unknown color: approx Iris Blue. HEX triplet: 16, B2 and D9. RGB value is (22,178,217). Sum of RGB (Red+Green+Blue) = 22+178+217=417 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.28% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #16B2D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B2D9 is #E94D26. Grayscale: #878787. Windows color (decimal): -15289639 or 14266902. OLE color: 14266902.

HSL color Cylindrical-coordinate representation of color #16B2D9: hue angle of 192º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16B2D9 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB22178217-
CMYK0.900.1800.15
HSL192º81.59%46.86%-
HSV(B)192º89.86%85.1%-
XYZ28.7837.0271.27-
YUV135.8173.8246.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.28%
GREEN value IS 178 (69.92% from 255) = 42.69%
BLUE value IS 217 (85.16% from 255) = 52.04%
R=5.28%
G=42.69%
B=52.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal221782170.900.1800.1519281.5946.86
Hex16B2D95A120Fc0522f
Octal262623311322201730012257
Binary10110101100101101100110110101001001111110000001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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