Html Css Color HEX #18ADD9 Iris Blue

📋 copy color: '#18ADD9'

red 24 ◦ green 173 ◦ blue 217

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

Shades of Iris Blue #18ADD9

Tints of Iris Blue #18ADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.79%

 BLUE value IS 217 (85.16% from 255) = 52.42%

R = 5.8%
G = 41.79%
B = 52.42%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#18ADD9 (or 0x18ADD9) is known color: Iris Blue. HEX triplet: 18, AD and D9. RGB value is (24,173,217). Sum of RGB (Red+Green+Blue) = 24+173+217=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #18ADD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADD9 is #E75226. Grayscale: #858585. Windows color (decimal): -15159847 or 14265624. OLE color: 14265624.

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

Color convert

RGB 24 173 217 -
CMYK 0.89 0.20 0 0.15
HSL 193.68º 0.8% 0.47% -
HSV(B) 193.68º 0.89% 0.85% -
XYZ 27.84 35.09 70.95 -
YUV 133.47 175.14 49.92 -
System Red Green Blue C M Y K H S L
Decimal 24 173 217 0.89 0.20 0 0.15 193.68 0.8 0.47
Hex 18 AD D9 59 14 0 F C2 50 2F
Octal 30 255 331 131 24 0 17 302 120 57
Binary 11000 10101101 11011001 1011001 10100 0 1111 11000010 1010000 101111

Color Harmonies of #18ADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADD9

Black with #18ADD9

Text Example


Text Example

White with #18ADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,173,217); }

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

background-color css

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

 a { background-color: rgb(24,173,217); }

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

border-color css

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

 span { border-color: rgb(24,173,217); }

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