#14B2BC

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

Shades of Iris Blue #14B2BC

Tints of Iris Blue #14B2BC

Color information

#14B2BC (or 0x14B2BC) is unknown color: approx Iris Blue. HEX triplet: 14, B2 and BC. RGB value is (20,178,188). Sum of RGB (Red+Green+Blue) = 20+178+188=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #14B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B2BC is #EB4D43. Grayscale: #838383. Windows color (decimal): -15420740 or 12366356. OLE color: 12366356.

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

Color convert

RGB20178188-
CMYK0.890.0500.26
HSL183.57º80.77%40.78%-
HSV(B)183.57º89.36%73.73%-
XYZ25.2935.6253.12-
YUV131.9159.6548.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.18%
GREEN value IS 178 (69.92% from 255) = 46.11%
BLUE value IS 188 (73.83% from 255) = 48.70%
R=5.18%
G=46.11%
B=48.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal201781880.890.0500.26183.5780.7740.78
Hex14B2BC59501Ab85129
Octal24262274131503227012151
Binary1010010110010101111001011001101011010101110001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,178,188); }

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

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

 a { background-color: rgb(20,178,188); }

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

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

 span { border-color: rgb(20,178,188); }

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