#14B5BB

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

Shades of Iris Blue #14B5BB

Tints of Iris Blue #14B5BB

Color information

#14B5BB (or 0x14B5BB) is unknown color: approx Iris Blue. HEX triplet: 14, B5 and BB. RGB value is (20,181,187). Sum of RGB (Red+Green+Blue) = 20+181+187=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #14B5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B5BB is #EB4A44. Grayscale: #858585. Windows color (decimal): -15419973 or 12301588. OLE color: 12301588.

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

Color convert

RGB20181187-
CMYK0.890.0300.27
HSL182.16º80.68%40.59%-
HSV(B)182.16º89.3%73.33%-
XYZ25.7836.7852.75-
YUV133.55158.1647.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.15%
GREEN value IS 181 (71.09% from 255) = 46.65%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=5.15%
G=46.65%
B=48.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201811870.890.0300.27182.1680.6840.59
Hex14B5BB59301Bb65129
Octal24265273131303326612151
Binary101001011010110111011101100111011011101101101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,181,187); }

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

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

 a { background-color: rgb(20,181,187); }

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

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

 span { border-color: rgb(20,181,187); }

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