Html Css Color HEX #18ACD1 Iris Blue

📋 copy color: '#18ACD1'

red 24 ◦ green 172 ◦ blue 209

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

Shades of Iris Blue #18ACD1

Tints of Iris Blue #18ACD1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

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

R = 5.93%
G = 42.47%
B = 51.6%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#18ACD1 (or 0x18ACD1) is known color: Iris Blue. HEX triplet: 18, AC and D1. RGB value is (24,172,209). Sum of RGB (Red+Green+Blue) = 24+172+209=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #18ACD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ACD1 is #E7532E. Grayscale: #838383. Windows color (decimal): -15160111 or 13741080. OLE color: 13741080.

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

Color convert

RGB 24 172 209 -
CMYK 0.89 0.18 0 0.18
HSL 192º 0.79% 0.46% -
HSV(B) 192º 0.89% 0.82% -
XYZ 26.64 34.3 65.54 -
YUV 131.97 171.47 50.99 -
System Red Green Blue C M Y K H S L
Decimal 24 172 209 0.89 0.18 0 0.18 192 0.79 0.46
Hex 18 AC D1 59 12 0 12 C0 4F 2E
Octal 30 254 321 131 22 0 22 300 117 56
Binary 11000 10101100 11010001 1011001 10010 0 10010 11000000 1001111 101110

Color Harmonies of #18ACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ACD1

Black with #18ACD1

Text Example


Text Example

White with #18ACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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