Html Css Color HEX #16A7DB Iris Blue

📋 copy color: '#16A7DB'

red 22 ◦ green 167 ◦ blue 219

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

Shades of Iris Blue #16A7DB

Tints of Iris Blue #16A7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 5.39%
G = 40.93%
B = 53.68%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#16A7DB (or 0x16A7DB) is known color: Iris Blue. HEX triplet: 16, A7 and DB. RGB value is (22,167,219). Sum of RGB (Red+Green+Blue) = 22+167+219=408 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.39% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #16A7DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A7DB is #E95824. Grayscale: #818181. Windows color (decimal): -15292453 or 14395158. OLE color: 14395158.

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

Color convert

RGB 22 167 219 -
CMYK 0.90 0.24 0 0.14
HSL 195.84º 0.82% 0.47% -
HSV(B) 195.84º 0.9% 0.86% -
XYZ 26.94 32.92 71.95 -
YUV 129.57 178.46 51.27 -
System Red Green Blue C M Y K H S L
Decimal 22 167 219 0.90 0.24 0 0.14 195.84 0.82 0.47
Hex 16 A7 DB 5A 18 0 E C4 52 2F
Octal 26 247 333 132 30 0 16 304 122 57
Binary 10110 10100111 11011011 1011010 11000 0 1110 11000100 1010010 101111

Color Harmonies of #16A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A7DB

Black with #16A7DB

Text Example


Text Example

White with #16A7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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