#19aac9

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

Shades of Iris Blue #19AAC9

Tints of Iris Blue #19AAC9

Color information

#19AAC9 (or 0x19AAC9) is unknown color: approx Iris Blue. HEX triplet: 19, AA and C9. RGB value is (25,170,201). Sum of RGB (Red+Green+Blue) = 25+170+201=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #19AAC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AAC9 is #E65536. Grayscale: #818181. Windows color (decimal): -15095095 or 13216281. OLE color: 13216281.

HSL color Cylindrical-coordinate representation of color #19AAC9: hue angle of 190.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19AAC9 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB25170201-
CMYK0.880.1500.21
HSL190.57º77.88%44.31%-
HSV(B)190.57º87.56%78.82%-
XYZ25.3233.1760.33-
YUV130.18167.9652.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.31%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 201 (78.91% from 255) = 50.76%
R=6.31%
G=42.93%
B=50.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal251702010.880.1500.21190.5777.8844.31
Hex19AAC958F015bf4e2c
Octal312523111301702527711654
Binary11001101010101100100110110001111010101101111111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19aac9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,170,201); }

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

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

 a { background-color: rgb(25,170,201); }

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

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

 span { border-color: rgb(25,170,201); }

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