#18A9CA

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

Shades of Iris Blue #18A9CA

Tints of Iris Blue #18A9CA

Color information

#18A9CA (or 0x18A9CA) is unknown color: approx Iris Blue. HEX triplet: 18, A9 and CA. RGB value is (24,169,202). Sum of RGB (Red+Green+Blue) = 24+169+202=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #18A9CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A9CA is #E75635. Grayscale: #818181. Windows color (decimal): -15160886 or 13281560. OLE color: 13281560.

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

Color convert

RGB24169202-
CMYK0.880.1600.21
HSL191.12º78.76%44.31%-
HSV(B)191.12º88.12%79.22%-
XYZ25.2332.8360.89-
YUV129.41168.9652.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.08%
GREEN value IS 169 (66.41% from 255) = 42.78%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=6.08%
G=42.78%
B=51.14%

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
Decimal241692020.880.1600.21191.1278.7644.31
Hex18A9CA5810015bf4f2c
Octal302513121302002527711754
Binary110001010100111001010101100010000010101101111111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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