#14B4DC

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

Shades of Iris Blue #14B4DC

Tints of Iris Blue #14B4DC

Color information

#14B4DC (or 0x14B4DC) is unknown color: approx Iris Blue. HEX triplet: 14, B4 and DC. RGB value is (20,180,220). Sum of RGB (Red+Green+Blue) = 20+180+220=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #14B4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B4DC is #EB4B23. Grayscale: #888888. Windows color (decimal): -15420196 or 14464020. OLE color: 14464020.

HSL color Cylindrical-coordinate representation of color #14B4DC: hue angle of 192º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14B4DC is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20180220-
CMYK0.910.1800.14
HSL192º83.33%47.06%-
HSV(B)192º90.91%86.27%-
XYZ29.5337.9673.48-
YUV136.72174.9944.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.76%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 220 (86.33% from 255) = 52.38%
R=4.76%
G=42.86%
B=52.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201802200.910.1800.1419283.3347.06
Hex14B4DC5B120Ec0532f
Octal242643341332201630012357
Binary10100101101001101110010110111001001110110000001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,180,220); }

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

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

 a { background-color: rgb(20,180,220); }

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

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

 span { border-color: rgb(20,180,220); }

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