Html Css Color HEX #18B9BF Iris Blue

📋 copy color: '#18B9BF'

red 24 ◦ green 185 ◦ blue 191

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

Shades of Iris Blue #18B9BF

Tints of Iris Blue #18B9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.25%

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

R = 6%
G = 46.25%
B = 47.75%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#18B9BF (or 0x18B9BF) is known color: Iris Blue. HEX triplet: 18, B9 and BF. RGB value is (24,185,191). Sum of RGB (Red+Green+Blue) = 24+185+191=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #18B9BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B9BF is #E74640. Grayscale: #898989. Windows color (decimal): -15156801 or 12564760. OLE color: 12564760.

HSL color Cylindrical-coordinate representation of color #18B9BF: hue angle of 182.16º 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 #18B9BF is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 185 191 -
CMYK 0.87 0.03 0 0.25
HSL 182.16º 0.78% 0.42% -
HSV(B) 182.16º 0.87% 0.75% -
XYZ 27.13 38.65 55.32 -
YUV 137.55 158.16 47.01 -
System Red Green Blue C M Y K H S L
Decimal 24 185 191 0.87 0.03 0 0.25 182.16 0.78 0.42
Hex 18 B9 BF 57 3 0 19 B6 4E 2A
Octal 30 271 277 127 3 0 31 266 116 52
Binary 11000 10111001 10111111 1010111 11 0 11001 10110110 1001110 101010

Color Harmonies of #18B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B9BF

Black with #18B9BF

Text Example


Text Example

White with #18B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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