#18A8DA

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

Shades of Iris Blue #18A8DA

Tints of Iris Blue #18A8DA

Color information

#18A8DA (or 0x18A8DA) is unknown color: approx Iris Blue. HEX triplet: 18, A8 and DA. RGB value is (24,168,218). Sum of RGB (Red+Green+Blue) = 24+168+218=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #18A8DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A8DA is #E75725. Grayscale: #828282. Windows color (decimal): -15161126 or 14329880. OLE color: 14329880.

HSL color Cylindrical-coordinate representation of color #18A8DA: hue angle of 195.46º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18A8DA is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB24168218-
CMYK0.890.2300.15
HSL195.46º80.17%47.45%-
HSV(B)195.46º88.99%85.49%-
XYZ27.0333.2671.32-
YUV130.64177.2951.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.85%
GREEN value IS 168 (66.02% from 255) = 40.98%
BLUE value IS 218 (85.55% from 255) = 53.17%
R=5.85%
G=40.98%
B=53.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal241682180.890.2300.15195.4680.1747.45
Hex18A8DA59170Fc3502f
Octal302503321312701730312057
Binary11000101010001101101010110011011101111110000111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,168,218); }

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

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

 a { background-color: rgb(24,168,218); }

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

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

 span { border-color: rgb(24,168,218); }

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