Html Css Color HEX #18ACD5 Iris Blue

📋 copy color: '#18ACD5'

red 24 ◦ green 172 ◦ blue 213

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

Shades of Iris Blue #18ACD5

Tints of Iris Blue #18ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.08%

R = 5.87%
G = 42.05%
B = 52.08%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#18ACD5 (or 0x18ACD5) is known color: Iris Blue. HEX triplet: 18, AC and D5. RGB value is (24,172,213). Sum of RGB (Red+Green+Blue) = 24+172+213=409 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.87% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #18ACD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ACD5 is #E7532A. Grayscale: #848484. Windows color (decimal): -15160107 or 14003224. OLE color: 14003224.

HSL color Cylindrical-coordinate representation of color #18ACD5: hue angle of 193.02º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18ACD5 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 172 213 -
CMYK 0.89 0.19 0 0.16
HSL 193.02º 0.8% 0.46% -
HSV(B) 193.02º 0.89% 0.84% -
XYZ 27.14 34.5 68.18 -
YUV 132.42 173.47 50.67 -
System Red Green Blue C M Y K H S L
Decimal 24 172 213 0.89 0.19 0 0.16 193.02 0.8 0.46
Hex 18 AC D5 59 13 0 10 C1 50 2E
Octal 30 254 325 131 23 0 20 301 120 56
Binary 11000 10101100 11010101 1011001 10011 0 10000 11000001 1010000 101110

Color Harmonies of #18ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ACD5

Black with #18ACD5

Text Example


Text Example

White with #18ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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