Html Css Color HEX #16A7DC Iris Blue

📋 copy color: '#16A7DC'

red 22 ◦ green 167 ◦ blue 220

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

Shades of Iris Blue #16A7DC

Tints of Iris Blue #16A7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 5.38%
G = 40.83%
B = 53.79%

CMYK

 C value IS 0.9

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#16A7DC (or 0x16A7DC) is known color: Iris Blue. HEX triplet: 16, A7 and DC. RGB value is (22,167,220). Sum of RGB (Red+Green+Blue) = 22+167+220=409 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.38% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #16A7DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A7DC is #E95823. Grayscale: #818181. Windows color (decimal): -15292452 or 14460694. OLE color: 14460694.

HSL color Cylindrical-coordinate representation of color #16A7DC: hue angle of 196.06º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16A7DC is Cyan = 0.9, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 167 220 -
CMYK 0.9 0.24 0 0.14
HSL 196.06º 0.82% 0.47% -
HSV(B) 196.06º 0.9% 0.86% -
XYZ 27.07 32.98 72.65 -
YUV 129.69 178.96 51.19 -
System Red Green Blue C M Y K H S L
Decimal 22 167 220 0.9 0.24 0 0.14 196.06 0.82 0.47
Hex 16 A7 DC 5A 18 0 E C4 52 2F
Octal 26 247 334 132 30 0 16 304 122 57
Binary 10110 10100111 11011100 1011010 11000 0 1110 11000100 1010010 101111

Color Harmonies of #16A7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A7DC

Black with #16A7DC

Text Example


Text Example

White with #16A7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,167,220); }

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

background-color css

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

 a { background-color: rgb(22,167,220); }

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

border-color css

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

 span { border-color: rgb(22,167,220); }

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