#14B9BE

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

Shades of Iris Blue #14B9BE

Tints of Iris Blue #14B9BE

Color information

#14B9BE (or 0x14B9BE) is unknown color: approx Iris Blue. HEX triplet: 14, B9 and BE. RGB value is (20,185,190). Sum of RGB (Red+Green+Blue) = 20+185+190=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #14B9BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B9BE is #EB4641. Grayscale: #888888. Windows color (decimal): -15418946 or 12499220. OLE color: 12499220.

HSL color Cylindrical-coordinate representation of color #14B9BE: hue angle of 181.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B9BE is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB20185190-
CMYK0.890.0300.25
HSL181.76º80.95%41.18%-
HSV(B)181.76º89.47%74.51%-
XYZ26.9338.5654.74-
YUV136.24158.3445.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.06%
GREEN value IS 185 (72.66% from 255) = 46.84%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=5.06%
G=46.84%
B=48.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201851900.890.0300.25181.7680.9541.18
Hex14B9BE593019b65129
Octal24271276131303126612151
Binary101001011100110111110101100111011001101101101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14B9BE; }

 p { color: rgb(20,185,190); }

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

<style>
 a { background-color: #14B9BE; }

 a { background-color: rgb(20,185,190); }

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

<style>
 span { border-color: #14B9BE; }

 span { border-color: rgb(20,185,190); }

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