#16ADBE

Color #16ADBE Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #16ADBE

Tints of Iris Blue #16ADBE

Color information

#16ADBE (or 0x16ADBE) is unknown color: approx 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

RGB22173190-
CMYK0.880.0900.25
HSL186.07º79.25%41.57%-
HSV(B)186.07º88.42%74.51%-
XYZ24.5733.7853.94-
YUV129.79161.9751.12-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221731900.880.0900.25186.0779.2541.57
Hex16ADBE589019ba4f2a
Octal262552761301103127211752
Binary10110101011011011111010110001001011001101110101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>