Html Css Color HEX #18AAD9 Iris Blue

📋 copy color: '#18AAD9'

red 24 ◦ green 170 ◦ blue 217

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

Shades of Iris Blue #18AAD9

Tints of Iris Blue #18AAD9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.36%

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

R = 5.84%
G = 41.36%
B = 52.8%

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

#18AAD9 (or 0x18AAD9) is known color: Iris Blue. HEX triplet: 18, AA and D9. RGB value is (24,170,217). Sum of RGB (Red+Green+Blue) = 24+170+217=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #18AAD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AAD9 is #E75526. Grayscale: #838383. Windows color (decimal): -15160615 or 14264856. OLE color: 14264856.

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

Color convert

RGB 24 170 217 -
CMYK 0.89 0.22 0 0.15
HSL 194.61º 0.8% 0.47% -
HSV(B) 194.61º 0.89% 0.85% -
XYZ 27.28 33.95 70.76 -
YUV 131.7 176.13 51.18 -
System Red Green Blue C M Y K H S L
Decimal 24 170 217 0.89 0.22 0 0.15 194.61 0.8 0.47
Hex 18 AA D9 59 16 0 F C3 50 2F
Octal 30 252 331 131 26 0 17 303 120 57
Binary 11000 10101010 11011001 1011001 10110 0 1111 11000011 1010000 101111

Color Harmonies of #18AAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AAD9

Black with #18AAD9

Text Example


Text Example

White with #18AAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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