#18B5BF

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

Shades of Iris Blue #18B5BF

Tints of Iris Blue #18B5BF

Color information

#18B5BF (or 0x18B5BF) is unknown color: approx Iris Blue. HEX triplet: 18, B5 and BF. RGB value is (24,181,191). Sum of RGB (Red+Green+Blue) = 24+181+191=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #18B5BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B5BF is #E74A40. Grayscale: #878787. Windows color (decimal): -15157825 or 12563736. OLE color: 12563736.

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

Color convert

RGB24181191-
CMYK0.870.0500.25
HSL183.59º77.67%42.16%-
HSV(B)183.59º87.43%74.9%-
XYZ26.33755.05-
YUV135.2159.4948.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.06%
GREEN value IS 181 (71.09% from 255) = 45.71%
BLUE value IS 191 (75% from 255) = 48.23%
R=6.06%
G=45.71%
B=48.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241811910.870.0500.25183.5977.6742.16
Hex18B5BF575019b84e2a
Octal30265277127503127011652
Binary1100010110101101111111010111101011001101110001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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