#16B2CC

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

Shades of Iris Blue #16B2CC

Tints of Iris Blue #16B2CC

Color information

#16B2CC (or 0x16B2CC) is unknown color: approx Iris Blue. HEX triplet: 16, B2 and CC. RGB value is (22,178,204). Sum of RGB (Red+Green+Blue) = 22+178+204=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #16B2CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B2CC is #E94D33. Grayscale: #868686. Windows color (decimal): -15289652 or 13414934. OLE color: 13414934.

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

Color convert

RGB22178204-
CMYK0.890.1300.2
HSL188.57º80.53%44.31%-
HSV(B)188.57º89.22%80%-
XYZ27.1536.3762.72-
YUV134.32167.3247.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.45%
GREEN value IS 178 (69.92% from 255) = 44.06%
BLUE value IS 204 (80.08% from 255) = 50.50%
R=5.45%
G=44.06%
B=50.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal221782040.890.1300.2188.5780.5344.31
Hex16B2CC59D014bd512c
Octal262623141311502427512154
Binary10110101100101100110010110011101010100101111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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