#14A6C4

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

Shades of Pacific Blue #14A6C4

Tints of Pacific Blue #14A6C4

Color information

#14A6C4 (or 0x14A6C4) is unknown color: approx Pacific Blue. HEX triplet: 14, A6 and C4. RGB value is (20,166,196). Sum of RGB (Red+Green+Blue) = 20+166+196=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 196 (76.95% from 255 or 51.31% from 382); Max value from RGB is 196 - color contains mainly: blue. Hex color #14A6C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A6C4 is #EB593B. Grayscale: #7D7D7D. Windows color (decimal): -15423804 or 12887572. OLE color: 12887572.

HSL color Cylindrical-coordinate representation of color #14A6C4: hue angle of 190.23º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14A6C4 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB20166196-
CMYK0.900.1500.23
HSL190.23º81.48%42.35%-
HSV(B)190.23º89.8%76.86%-
XYZ23.8931.4157.03-
YUV125.77167.6352.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.24%
GREEN value IS 166 (65.23% from 255) = 43.46%
BLUE value IS 196 (76.95% from 255) = 51.31%
R=5.24%
G=43.46%
B=51.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal201661960.900.1500.23190.2381.4842.35
Hex14A6C45AF017be512a
Octal242463041321702727612152
Binary10100101001101100010010110101111010111101111101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,166,196); }

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

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

 a { background-color: rgb(20,166,196); }

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

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

 span { border-color: rgb(20,166,196); }

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