#18AACA

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

Shades of Iris Blue #18AACA

Tints of Iris Blue #18AACA

Color information

#18AACA (or 0x18AACA) is unknown color: approx Iris Blue. HEX triplet: 18, AA and CA. RGB value is (24,170,202). Sum of RGB (Red+Green+Blue) = 24+170+202=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #18AACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AACA is #E75535. Grayscale: #818181. Windows color (decimal): -15160630 or 13281816. OLE color: 13281816.

HSL color Cylindrical-coordinate representation of color #18AACA: hue angle of 190.79º degrees, saturation: 0.79, 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 #18AACA is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB24170202-
CMYK0.880.1600.21
HSL190.79º78.76%44.31%-
HSV(B)190.79º88.12%79.22%-
XYZ25.4133.2160.95-
YUV129.99168.6352.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.06%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=6.06%
G=42.93%
B=51.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal241702020.880.1600.21190.7978.7644.31
Hex18AACA5810015bf4f2c
Octal302523121302002527711754
Binary110001010101011001010101100010000010101101111111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18AACA; }

 p { color: rgb(24,170,202); }

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

<style>
 a { background-color: #18AACA; }

 a { background-color: rgb(24,170,202); }

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

<style>
 span { border-color: #18AACA; }

 span { border-color: rgb(24,170,202); }

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