#19AEC2

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

Shades of Iris Blue #19AEC2

Tints of Iris Blue #19AEC2

Color information

#19AEC2 (or 0x19AEC2) is unknown color: approx Iris Blue. HEX triplet: 19, AE and C2. RGB value is (25,174,194). Sum of RGB (Red+Green+Blue) = 25+174+194=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #19AEC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AEC2 is #E6513D. Grayscale: #838383. Windows color (decimal): -15094078 or 12758553. OLE color: 12758553.

HSL color Cylindrical-coordinate representation of color #19AEC2: hue angle of 187.1º 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 #19AEC2 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB25174194-
CMYK0.870.1000.24
HSL187.1º77.17%42.94%-
HSV(B)187.1º87.11%76.08%-
XYZ25.2734.3756.34-
YUV131.73163.1451.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.36%
GREEN value IS 174 (68.36% from 255) = 44.27%
BLUE value IS 194 (76.17% from 255) = 49.36%
R=6.36%
G=44.27%
B=49.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251741940.870.1000.24187.177.1742.94
Hex19AEC257A018bb4d2b
Octal312563021271203027311553
Binary11001101011101100001010101111010011000101110111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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