#18A9C7

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

Shades of Iris Blue #18A9C7

Tints of Iris Blue #18A9C7

Color information

#18A9C7 (or 0x18A9C7) is unknown color: approx Iris Blue. HEX triplet: 18, A9 and C7. RGB value is (24,169,199). Sum of RGB (Red+Green+Blue) = 24+169+199=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #18A9C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A9C7 is #E75638. Grayscale: #808080. Windows color (decimal): -15160889 or 13084952. OLE color: 13084952.

HSL color Cylindrical-coordinate representation of color #18A9C7: hue angle of 190.29º 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 #18A9C7 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB24169199-
CMYK0.880.1500.22
HSL190.29º78.48%43.73%-
HSV(B)190.29º87.94%78.04%-
XYZ24.8732.6959.03-
YUV129.06167.4653.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.12%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 199 (78.12% from 255) = 50.77%
R=6.12%
G=43.11%
B=50.77%

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
Decimal241691990.880.1500.22190.2978.4843.73
Hex18A9C758F016be4e2c
Octal302513071301702627611654
Binary11000101010011100011110110001111010110101111101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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