Html Css Color HEX #18B0BE Iris Blue

📋 copy color: '#18B0BE'

red 24 ◦ green 176 ◦ blue 190

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

Shades of Iris Blue #18B0BE

Tints of Iris Blue #18B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.13%

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 6.15%
G = 45.13%
B = 48.72%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#18B0BE (or 0x18B0BE) is known color: Iris Blue. HEX triplet: 18, B0 and BE. RGB value is (24,176,190). Sum of RGB (Red+Green+Blue) = 24+176+190=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #18B0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B0BE is #E74F41. Grayscale: #838383. Windows color (decimal): -15159106 or 12496920. OLE color: 12496920.

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

Color convert

RGB 24 176 190 -
CMYK 0.87 0.07 0 0.25
HSL 185.06º 0.78% 0.42% -
HSV(B) 185.06º 0.87% 0.75% -
XYZ 25.2 34.96 54.14 -
YUV 132.15 160.64 50.86 -
System Red Green Blue C M Y K H S L
Decimal 24 176 190 0.87 0.07 0 0.25 185.06 0.78 0.42
Hex 18 B0 BE 57 7 0 19 B9 4E 2A
Octal 30 260 276 127 7 0 31 271 116 52
Binary 11000 10110000 10111110 1010111 111 0 11001 10111001 1001110 101010

Color Harmonies of #18B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B0BE

Black with #18B0BE

Text Example


Text Example

White with #18B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,176,190); }

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

background-color css

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

 a { background-color: rgb(24,176,190); }

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

border-color css

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

 span { border-color: rgb(24,176,190); }

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