Html Css Color HEX #16ABC6 Iris Blue

📋 copy color: '#16ABC6'

red 22 ◦ green 171 ◦ blue 198

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

Shades of Iris Blue #16ABC6

Tints of Iris Blue #16ABC6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.73%

 BLUE value IS 198 (77.73% from 255) = 50.64%

R = 5.63%
G = 43.73%
B = 50.64%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#16ABC6 (or 0x16ABC6) is known color: Iris Blue. HEX triplet: 16, AB and C6. RGB value is (22,171,198). Sum of RGB (Red+Green+Blue) = 22+171+198=391 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.63% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #16ABC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ABC6 is #E95439. Grayscale: #818181. Windows color (decimal): -15291450 or 13019926. OLE color: 13019926.

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

Color convert

RGB 22 171 198 -
CMYK 0.89 0.14 0 0.22
HSL 189.2º 0.8% 0.43% -
HSV(B) 189.2º 0.89% 0.78% -
XYZ 25.09 33.37 58.55 -
YUV 129.53 166.64 51.3 -
System Red Green Blue C M Y K H S L
Decimal 22 171 198 0.89 0.14 0 0.22 189.2 0.8 0.43
Hex 16 AB C6 59 E 0 16 BD 50 2B
Octal 26 253 306 131 16 0 26 275 120 53
Binary 10110 10101011 11000110 1011001 1110 0 10110 10111101 1010000 101011

Color Harmonies of #16ABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ABC6

Black with #16ABC6

Text Example


Text Example

White with #16ABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,171,198); }

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

background-color css

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

 a { background-color: rgb(22,171,198); }

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

border-color css

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

 span { border-color: rgb(22,171,198); }

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