#18AAC0

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

Shades of Iris Blue #18AAC0

Tints of Iris Blue #18AAC0

Color information

#18AAC0 (or 0x18AAC0) is unknown color: approx Iris Blue. HEX triplet: 18, AA and C0. RGB value is (24,170,192). Sum of RGB (Red+Green+Blue) = 24+170+192=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #18AAC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AAC0 is #E7553F. Grayscale: #808080. Windows color (decimal): -15160640 or 12626456. OLE color: 12626456.

HSL color Cylindrical-coordinate representation of color #18AAC0: hue angle of 187.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18AAC0 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB24170192-
CMYK0.880.1100.25
HSL187.86º77.78%42.35%-
HSV(B)187.86º87.5%75.29%-
XYZ24.2732.7554.91-
YUV128.85163.6353.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.22%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 192 (75.39% from 255) = 49.74%
R=6.22%
G=44.04%
B=49.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241701920.880.1100.25187.8677.7842.35
Hex18AAC058B019bc4e2a
Octal302523001301303127411652
Binary11000101010101100000010110001011011001101111001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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