Html Css Color HEX #16ADBC Iris Blue

📋 copy color: '#16ADBC'

red 22 ◦ green 173 ◦ blue 188

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

Shades of Iris Blue #16ADBC

Tints of Iris Blue #16ADBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 5.74%
G = 45.17%
B = 49.09%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#16ADBC (or 0x16ADBC) is known color: Iris Blue. HEX triplet: 16, AD and BC. RGB value is (22,173,188). Sum of RGB (Red+Green+Blue) = 22+173+188=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #16ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADBC is #E95243. Grayscale: #818181. Windows color (decimal): -15290948 or 12365078. OLE color: 12365078.

HSL color Cylindrical-coordinate representation of color #16ADBC: hue angle of 185.42º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16ADBC is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 173 188 -
CMYK 0.88 0.08 0 0.26
HSL 185.42º 0.79% 0.41% -
HSV(B) 185.42º 0.88% 0.74% -
XYZ 24.35 33.69 52.8 -
YUV 129.56 160.97 51.28 -
System Red Green Blue C M Y K H S L
Decimal 22 173 188 0.88 0.08 0 0.26 185.42 0.79 0.41
Hex 16 AD BC 58 8 0 1A B9 4F 29
Octal 26 255 274 130 10 0 32 271 117 51
Binary 10110 10101101 10111100 1011000 1000 0 11010 10111001 1001111 101001

Color Harmonies of #16ADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ADBC

Black with #16ADBC

Text Example


Text Example

White with #16ADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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