Html Css Color HEX #16ACC8 Iris Blue

📋 copy color: '#16ACC8'

red 22 ◦ green 172 ◦ blue 200

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

Shades of Iris Blue #16ACC8

Tints of Iris Blue #16ACC8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.65%

 BLUE value IS 200 (78.52% from 255) = 50.76%

R = 5.58%
G = 43.65%
B = 50.76%

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

#16ACC8 (or 0x16ACC8) is known color: Iris Blue. HEX triplet: 16, AC and C8. RGB value is (22,172,200). Sum of RGB (Red+Green+Blue) = 22+172+200=394 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.58% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #16ACC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ACC8 is #E95337. Grayscale: #828282. Windows color (decimal): -15291192 or 13151254. OLE color: 13151254.

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

Color convert

RGB 22 172 200 -
CMYK 0.89 0.14 0 0.22
HSL 189.44º 0.8% 0.44% -
HSV(B) 189.44º 0.89% 0.78% -
XYZ 25.51 33.85 59.83 -
YUV 130.34 167.31 50.72 -
System Red Green Blue C M Y K H S L
Decimal 22 172 200 0.89 0.14 0 0.22 189.44 0.8 0.44
Hex 16 AC C8 59 E 0 16 BD 50 2C
Octal 26 254 310 131 16 0 26 275 120 54
Binary 10110 10101100 11001000 1011001 1110 0 10110 10111101 1010000 101100

Color Harmonies of #16ACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ACC8

Black with #16ACC8

Text Example


Text Example

White with #16ACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,172,200); }

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

background-color css

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

 a { background-color: rgb(22,172,200); }

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

border-color css

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

 span { border-color: rgb(22,172,200); }

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