Html Css Color HEX #18AED1 Iris Blue

📋 copy color: '#18AED1'

red 24 ◦ green 174 ◦ blue 209

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

Shades of Iris Blue #18AED1

Tints of Iris Blue #18AED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.35%

R = 5.9%
G = 42.75%
B = 51.35%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#18AED1 (or 0x18AED1) is known color: Iris Blue. HEX triplet: 18, AE and D1. RGB value is (24,174,209). Sum of RGB (Red+Green+Blue) = 24+174+209=407 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.90% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #18AED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AED1 is #E7512E. Grayscale: #848484. Windows color (decimal): -15159599 or 13741592. OLE color: 13741592.

HSL color Cylindrical-coordinate representation of color #18AED1: hue angle of 191.35º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AED1 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 174 209 -
CMYK 0.89 0.17 0 0.18
HSL 191.35º 0.79% 0.46% -
HSV(B) 191.35º 0.89% 0.82% -
XYZ 27.02 35.07 65.67 -
YUV 133.14 170.81 50.15 -
System Red Green Blue C M Y K H S L
Decimal 24 174 209 0.89 0.17 0 0.18 191.35 0.79 0.46
Hex 18 AE D1 59 11 0 12 BF 4F 2E
Octal 30 256 321 131 21 0 22 277 117 56
Binary 11000 10101110 11010001 1011001 10001 0 10010 10111111 1001111 101110

Color Harmonies of #18AED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AED1

Black with #18AED1

Text Example


Text Example

White with #18AED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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