#16AFBC

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

Shades of Iris Blue #16AFBC

Tints of Iris Blue #16AFBC

Color information

#16AFBC (or 0x16AFBC) is unknown color: approx Iris Blue. HEX triplet: 16, AF and BC. RGB value is (22,175,188). Sum of RGB (Red+Green+Blue) = 22+175+188=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #16AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AFBC is #E95043. Grayscale: #828282. Windows color (decimal): -15290436 or 12365590. OLE color: 12365590.

HSL color Cylindrical-coordinate representation of color #16AFBC: hue angle of 184.7º 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 #16AFBC is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB22175188-
CMYK0.880.0700.26
HSL184.7º79.05%41.18%-
HSV(B)184.7º88.3%73.73%-
XYZ24.7434.4652.92-
YUV130.74160.3150.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.71%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=5.71%
G=45.45%
B=48.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221751880.880.0700.26184.779.0541.18
Hex16AFBC58701Ab94f29
Octal26257274130703227111751
Binary1011010101111101111001011000111011010101110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #16AFBC;
 }
 .AnyTagClassName
 {
   color: #16AFBC;
 }
</style>
background-color css

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

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

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

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

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

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