Html Css Color HEX #18A9DA Iris Blue

📋 copy color: '#18A9DA'

red 24 ◦ green 169 ◦ blue 218

#18A9DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #18A9DA

Tints of Iris Blue #18A9DA

RGB

 RED value IS 24 (9.77% from 255) = 5.84%

 GREEN value IS 169 (66.41% from 255) = 41.12%

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 5.84%
G = 41.12%
B = 53.04%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#18A9DA (or 0x18A9DA) is known color: Iris Blue. HEX triplet: 18, A9 and DA. RGB value is (24,169,218). Sum of RGB (Red+Green+Blue) = 24+169+218=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #18A9DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A9DA is #E75625. Grayscale: #828282. Windows color (decimal): -15160870 or 14330136. OLE color: 14330136.

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

Color convert

RGB 24 169 218 -
CMYK 0.89 0.22 0 0.15
HSL 195.15º 0.8% 0.47% -
HSV(B) 195.15º 0.89% 0.85% -
XYZ 27.22 33.63 71.39 -
YUV 131.23 176.96 51.52 -
System Red Green Blue C M Y K H S L
Decimal 24 169 218 0.89 0.22 0 0.15 195.15 0.8 0.47
Hex 18 A9 DA 59 16 0 F C3 50 2F
Octal 30 251 332 131 26 0 17 303 120 57
Binary 11000 10101001 11011010 1011001 10110 0 1111 11000011 1010000 101111

Color Harmonies of #18A9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A9DA

Black with #18A9DA

Text Example


Text Example

White with #18A9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18A9DA;
 }
 .AnyTagClassName
 {
   color: #18A9DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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