Html Css Color HEX #16ABDC Iris Blue

📋 copy color: '#16ABDC'

red 22 ◦ green 171 ◦ blue 220

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

Shades of Iris Blue #16ABDC

Tints of Iris Blue #16ABDC

RGB

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

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

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

R = 5.33%
G = 41.4%
B = 53.27%

CMYK

 C value IS 0.9

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#16ABDC (or 0x16ABDC) is known color: Iris Blue. HEX triplet: 16, AB and DC. RGB value is (22,171,220). Sum of RGB (Red+Green+Blue) = 22+171+220=413 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.33% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #16ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ABDC is #E95423. Grayscale: #838383. Windows color (decimal): -15291428 or 14461718. OLE color: 14461718.

HSL color Cylindrical-coordinate representation of color #16ABDC: hue angle of 194.85º 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 #16ABDC is Cyan = 0.9, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 171 220 -
CMYK 0.9 0.22 0 0.14
HSL 194.85º 0.82% 0.47% -
HSV(B) 194.85º 0.9% 0.86% -
XYZ 27.81 34.46 72.9 -
YUV 132.04 177.64 49.52 -
System Red Green Blue C M Y K H S L
Decimal 22 171 220 0.9 0.22 0 0.14 194.85 0.82 0.47
Hex 16 AB DC 5A 16 0 E C3 52 2F
Octal 26 253 334 132 26 0 16 303 122 57
Binary 10110 10101011 11011100 1011010 10110 0 1110 11000011 1010010 101111

Color Harmonies of #16ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ABDC

Black with #16ABDC

Text Example


Text Example

White with #16ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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