#14A0DC

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

Shades of Pacific Blue #14A0DC

Tints of Pacific Blue #14A0DC

Color information

#14A0DC (or 0x14A0DC) is unknown color: approx Pacific Blue. HEX triplet: 14, A0 and DC. RGB value is (20,160,220). Sum of RGB (Red+Green+Blue) = 20+160+220=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #14A0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A0DC is #EB5F23. Grayscale: #7C7C7C. Windows color (decimal): -15425316 or 14458900. OLE color: 14458900.

HSL color Cylindrical-coordinate representation of color #14A0DC: hue angle of 198º 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 #14A0DC is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20160220-
CMYK0.910.2700.14
HSL198º83.33%47.06%-
HSV(B)198º90.91%86.27%-
XYZ25.7830.4672.23-
YUV124.98181.6253.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5%
GREEN value IS 160 (62.89% from 255) = 40%
BLUE value IS 220 (86.33% from 255) = 55%
R=5%
G=40%
B=55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201602200.910.2700.1419883.3347.06
Hex14A0DC5B1B0Ec6532f
Octal242403341333301630612357
Binary10100101000001101110010110111101101110110001101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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