Html Css Color HEX #18ADBF Iris Blue

📋 copy color: '#18ADBF'

red 24 ◦ green 173 ◦ blue 191

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

Shades of Iris Blue #18ADBF

Tints of Iris Blue #18ADBF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.59%

 BLUE value IS 191 (75% from 255) = 49.23%

R = 6.19%
G = 44.59%
B = 49.23%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#18ADBF (or 0x18ADBF) is known color: Iris Blue. HEX triplet: 18, AD and BF. RGB value is (24,173,191). Sum of RGB (Red+Green+Blue) = 24+173+191=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #18ADBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADBF is #E75240. Grayscale: #828282. Windows color (decimal): -15159873 or 12561688. OLE color: 12561688.

HSL color Cylindrical-coordinate representation of color #18ADBF: hue angle of 186.47º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18ADBF is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 173 191 -
CMYK 0.87 0.09 0 0.25
HSL 186.47º 0.78% 0.42% -
HSV(B) 186.47º 0.87% 0.75% -
XYZ 24.72 33.84 54.52 -
YUV 130.5 162.14 52.04 -
System Red Green Blue C M Y K H S L
Decimal 24 173 191 0.87 0.09 0 0.25 186.47 0.78 0.42
Hex 18 AD BF 57 9 0 19 BA 4E 2A
Octal 30 255 277 127 11 0 31 272 116 52
Binary 11000 10101101 10111111 1010111 1001 0 11001 10111010 1001110 101010

Color Harmonies of #18ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADBF

Black with #18ADBF

Text Example


Text Example

White with #18ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,173,191); }

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

background-color css

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

 a { background-color: rgb(24,173,191); }

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

border-color css

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

 span { border-color: rgb(24,173,191); }

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