Html Css Color HEX #18ACC9 Iris Blue

📋 copy color: '#18ACC9'

red 24 ◦ green 172 ◦ blue 201

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

Shades of Iris Blue #18ACC9

Tints of Iris Blue #18ACC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.63%

R = 6.05%
G = 43.32%
B = 50.63%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#18ACC9 (or 0x18ACC9) is known color: Iris Blue. HEX triplet: 18, AC and C9. RGB value is (24,172,201). Sum of RGB (Red+Green+Blue) = 24+172+201=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #18ACC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ACC9 is #E75336. Grayscale: #828282. Windows color (decimal): -15160119 or 13216792. OLE color: 13216792.

HSL color Cylindrical-coordinate representation of color #18ACC9: hue angle of 189.83º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18ACC9 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 172 201 -
CMYK 0.88 0.14 0 0.21
HSL 189.83º 0.79% 0.44% -
HSV(B) 189.83º 0.88% 0.79% -
XYZ 25.67 33.92 60.45 -
YUV 131.05 167.47 51.64 -
System Red Green Blue C M Y K H S L
Decimal 24 172 201 0.88 0.14 0 0.21 189.83 0.79 0.44
Hex 18 AC C9 58 E 0 15 BE 4F 2C
Octal 30 254 311 130 16 0 25 276 117 54
Binary 11000 10101100 11001001 1011000 1110 0 10101 10111110 1001111 101100

Color Harmonies of #18ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ACC9

Black with #18ACC9

Text Example


Text Example

White with #18ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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