Html Css Color HEX #16ADDB Iris Blue

📋 copy color: '#16ADDB'

red 22 ◦ green 173 ◦ blue 219

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

Shades of Iris Blue #16ADDB

Tints of Iris Blue #16ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.79%

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

R = 5.31%
G = 41.79%
B = 52.9%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#16ADDB (or 0x16ADDB) is known color: Iris Blue. HEX triplet: 16, AD and DB. RGB value is (22,173,219). Sum of RGB (Red+Green+Blue) = 22+173+219=414 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.31% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #16ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADDB is #E95224. Grayscale: #848484. Windows color (decimal): -15290917 or 14396694. OLE color: 14396694.

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

Color convert

RGB 22 173 219 -
CMYK 0.90 0.21 0 0.14
HSL 194.01º 0.82% 0.47% -
HSV(B) 194.01º 0.9% 0.86% -
XYZ 28.06 35.17 72.33 -
YUV 133.1 176.47 48.76 -
System Red Green Blue C M Y K H S L
Decimal 22 173 219 0.90 0.21 0 0.14 194.01 0.82 0.47
Hex 16 AD DB 5A 15 0 E C2 52 2F
Octal 26 255 333 132 25 0 16 302 122 57
Binary 10110 10101101 11011011 1011010 10101 0 1110 11000010 1010010 101111

Color Harmonies of #16ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ADDB

Black with #16ADDB

Text Example


Text Example

White with #16ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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