Html Css Color HEX #18AED8 Iris Blue

📋 copy color: '#18AED8'

red 24 ◦ green 174 ◦ blue 216

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

Shades of Iris Blue #18AED8

Tints of Iris Blue #18AED8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.03%

 BLUE value IS 216 (84.77% from 255) = 52.17%

R = 5.8%
G = 42.03%
B = 52.17%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#18AED8 (or 0x18AED8) is known color: Iris Blue. HEX triplet: 18, AE and D8. RGB value is (24,174,216). Sum of RGB (Red+Green+Blue) = 24+174+216=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #18AED8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AED8 is #E75127. Grayscale: #858585. Windows color (decimal): -15159592 or 14200344. OLE color: 14200344.

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

Color convert

RGB 24 174 216 -
CMYK 0.89 0.19 0 0.15
HSL 193.13º 0.8% 0.47% -
HSV(B) 193.13º 0.89% 0.85% -
XYZ 27.91 35.42 70.33 -
YUV 133.94 174.31 49.58 -
System Red Green Blue C M Y K H S L
Decimal 24 174 216 0.89 0.19 0 0.15 193.13 0.8 0.47
Hex 18 AE D8 59 13 0 F C1 50 2F
Octal 30 256 330 131 23 0 17 301 120 57
Binary 11000 10101110 11011000 1011001 10011 0 1111 11000001 1010000 101111

Color Harmonies of #18AED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AED8

Black with #18AED8

Text Example


Text Example

White with #18AED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,174,216); }

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

background-color css

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

 a { background-color: rgb(24,174,216); }

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

border-color css

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

 span { border-color: rgb(24,174,216); }

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