#14B6CD

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

Shades of Iris Blue #14B6CD

Tints of Iris Blue #14B6CD

Color information

#14B6CD (or 0x14B6CD) is unknown color: approx Iris Blue. HEX triplet: 14, B6 and CD. RGB value is (20,182,205). Sum of RGB (Red+Green+Blue) = 20+182+205=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #14B6CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B6CD is #EB4932. Grayscale: #878787. Windows color (decimal): -15419699 or 13481492. OLE color: 13481492.

HSL color Cylindrical-coordinate representation of color #14B6CD: hue angle of 187.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14B6CD is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20182205-
CMYK0.900.1100.20
HSL187.46º82.22%44.12%-
HSV(B)187.46º90.24%80.39%-
XYZ28.0438.0163.62-
YUV136.18166.8345.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.91%
GREEN value IS 182 (71.48% from 255) = 44.72%
BLUE value IS 205 (80.47% from 255) = 50.37%
R=4.91%
G=44.72%
B=50.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201822050.900.1100.20187.4682.2244.12
Hex14B6CD5AB014bb522c
Octal242663151321302427312254
Binary10100101101101100110110110101011010100101110111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,182,205); }

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

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

 a { background-color: rgb(20,182,205); }

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

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

 span { border-color: rgb(20,182,205); }

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