Html Css Color HEX #16ADBE Iris Blue

📋 copy color: '#16ADBE'

red 22 ◦ green 173 ◦ blue 190

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

Shades of Iris Blue #16ADBE

Tints of Iris Blue #16ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 5.71%
G = 44.94%
B = 49.35%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#16ADBE (or 0x16ADBE) is known color: Iris Blue. HEX triplet: 16, AD and BE. RGB value is (22,173,190). Sum of RGB (Red+Green+Blue) = 22+173+190=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #16ADBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADBE is #E95241. Grayscale: #818181. Windows color (decimal): -15290946 or 12496150. OLE color: 12496150.

HSL color Cylindrical-coordinate representation of color #16ADBE: hue angle of 186.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16ADBE is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 173 190 -
CMYK 0.88 0.09 0 0.25
HSL 186.07º 0.79% 0.42% -
HSV(B) 186.07º 0.88% 0.75% -
XYZ 24.57 33.78 53.94 -
YUV 129.79 161.97 51.12 -
System Red Green Blue C M Y K H S L
Decimal 22 173 190 0.88 0.09 0 0.25 186.07 0.79 0.42
Hex 16 AD BE 58 9 0 19 BA 4F 2A
Octal 26 255 276 130 11 0 31 272 117 52
Binary 10110 10101101 10111110 1011000 1001 0 11001 10111010 1001111 101010

Color Harmonies of #16ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ADBE

Black with #16ADBE

Text Example


Text Example

White with #16ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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