#19BAC2

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

Shades of Iris Blue #19BAC2

Tints of Iris Blue #19BAC2

Color information

#19BAC2 (or 0x19BAC2) is unknown color: approx Iris Blue. HEX triplet: 19, BA and C2. RGB value is (25,186,194). Sum of RGB (Red+Green+Blue) = 25+186+194=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #19BAC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BAC2 is #E6453D. Grayscale: #8A8A8A. Windows color (decimal): -15091006 or 12761625. OLE color: 12761625.

HSL color Cylindrical-coordinate representation of color #19BAC2: hue angle of 182.84º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BAC2 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB25186194-
CMYK0.870.0400.24
HSL182.84º77.17%42.94%-
HSV(B)182.84º87.11%76.08%-
XYZ27.739.2257.15-
YUV138.77159.1646.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.17%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 194 (76.17% from 255) = 47.90%
R=6.17%
G=45.93%
B=47.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251861940.870.0400.24182.8477.1742.94
Hex19BAC2574018b74d2b
Octal31272302127403026711553
Binary1100110111010110000101010111100011000101101111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,186,194); }

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

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

 a { background-color: rgb(25,186,194); }

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

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

 span { border-color: rgb(25,186,194); }

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