#18B0BF

Color #18B0BF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #18B0BF

Tints of Iris Blue #18B0BF

Color information

#18B0BF (or 0x18B0BF) is unknown color: approx Iris Blue. HEX triplet: 18, B0 and BF. RGB value is (24,176,191). Sum of RGB (Red+Green+Blue) = 24+176+191=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #18B0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B0BF is #E74F40. Grayscale: #848484. Windows color (decimal): -15159105 or 12562456. OLE color: 12562456.

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

Color convert

RGB24176191-
CMYK0.870.0800.25
HSL185.39º77.67%42.16%-
HSV(B)185.39º87.43%74.9%-
XYZ25.3135.0154.71-
YUV132.26161.1450.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.14%
GREEN value IS 176 (69.14% from 255) = 45.01%
BLUE value IS 191 (75% from 255) = 48.85%
R=6.14%
G=45.01%
B=48.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241761910.870.0800.25185.3977.6742.16
Hex18B0BF578019b94e2a
Octal302602771271003127111652
Binary11000101100001011111110101111000011001101110011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18B0BF;
 }
 .AnyTagClassName
 {
   color: #18B0BF;
 }
</style>
background-color css

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

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

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

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

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

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