#18AAC7

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

Shades of Iris Blue #18AAC7

Tints of Iris Blue #18AAC7

Color information

#18AAC7 (or 0x18AAC7) is unknown color: approx Iris Blue. HEX triplet: 18, AA and C7. RGB value is (24,170,199). Sum of RGB (Red+Green+Blue) = 24+170+199=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #18AAC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AAC7 is #E75538. Grayscale: #818181. Windows color (decimal): -15160633 or 13085208. OLE color: 13085208.

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

Color convert

RGB24170199-
CMYK0.880.1500.22
HSL189.94º78.48%43.73%-
HSV(B)189.94º87.94%78.04%-
XYZ25.0633.0759.09-
YUV129.65167.1352.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.11%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 199 (78.12% from 255) = 50.64%
R=6.11%
G=43.26%
B=50.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal241701990.880.1500.22189.9478.4843.73
Hex18AAC758F016be4e2c
Octal302523071301702627611654
Binary11000101010101100011110110001111010110101111101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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