Html Css Color HEX #16B2C1 Iris Blue

📋 copy color: '#16B2C1'

red 22 ◦ green 178 ◦ blue 193

#16B2C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #16B2C1

Tints of Iris Blue #16B2C1

RGB

 RED value IS 22 (8.98% from 255) = 5.6%

 GREEN value IS 178 (69.92% from 255) = 45.29%

 BLUE value IS 193 (75.78% from 255) = 49.11%

R = 5.6%
G = 45.29%
B = 49.11%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#16B2C1 (or 0x16B2C1) is known color: Iris Blue. HEX triplet: 16, B2 and C1. RGB value is (22,178,193). Sum of RGB (Red+Green+Blue) = 22+178+193=393 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.60% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #16B2C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B2C1 is #E94D3E. Grayscale: #848484. Windows color (decimal): -15289663 or 12694038. OLE color: 12694038.

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

Color convert

RGB 22 178 193 -
CMYK 0.89 0.08 0 0.24
HSL 185.26º 0.8% 0.42% -
HSV(B) 185.26º 0.89% 0.76% -
XYZ 25.88 35.86 56.01 -
YUV 133.07 161.82 48.78 -
System Red Green Blue C M Y K H S L
Decimal 22 178 193 0.89 0.08 0 0.24 185.26 0.8 0.42
Hex 16 B2 C1 59 8 0 18 B9 50 2A
Octal 26 262 301 131 10 0 30 271 120 52
Binary 10110 10110010 11000001 1011001 1000 0 11000 10111001 1010000 101010

Color Harmonies of #16B2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B2C1

Black with #16B2C1

Text Example


Text Example

White with #16B2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #16B2C1;
 }
 .AnyTagClassName
 {
   color: #16B2C1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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