#19ACBF

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

Shades of Iris Blue #19ACBF

Tints of Iris Blue #19ACBF

Color information

#19ACBF (or 0x19ACBF) is unknown color: approx Iris Blue. HEX triplet: 19, AC and BF. RGB value is (25,172,191). Sum of RGB (Red+Green+Blue) = 25+172+191=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #19ACBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ACBF is #E65340. Grayscale: #818181. Windows color (decimal): -15094593 or 12561433. OLE color: 12561433.

HSL color Cylindrical-coordinate representation of color #19ACBF: hue angle of 186.87º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19ACBF is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25172191-
CMYK0.870.1000.25
HSL186.87º76.85%42.35%-
HSV(B)186.87º86.91%74.9%-
XYZ24.5633.4754.46-
YUV130.21162.352.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.44%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 191 (75% from 255) = 49.23%
R=6.44%
G=44.33%
B=49.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251721910.870.1000.25186.8776.8542.35
Hex19ACBF57A019bb4d2a
Octal312542771271203127311552
Binary11001101011001011111110101111010011001101110111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19ACBF; }

 p { color: rgb(25,172,191); }

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

<style>
 a { background-color: #19ACBF; }

 a { background-color: rgb(25,172,191); }

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

<style>
 span { border-color: #19ACBF; }

 span { border-color: rgb(25,172,191); }

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