#14A2BD

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

Shades of Pacific Blue #14A2BD

Tints of Pacific Blue #14A2BD

Color information

#14A2BD (or 0x14A2BD) is unknown color: approx Pacific Blue. HEX triplet: 14, A2 and BD. RGB value is (20,162,189). Sum of RGB (Red+Green+Blue) = 20+162+189=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #14A2BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A2BD is #EB5D42. Grayscale: #7A7A7A. Windows color (decimal): -15424835 or 12427796. OLE color: 12427796.

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

Color convert

RGB20162189-
CMYK0.890.1400.26
HSL189.59º80.86%40.98%-
HSV(B)189.59º89.42%74.12%-
XYZ22.3929.6652.69-
YUV122.62165.4654.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.39%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=5.39%
G=43.67%
B=50.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal201621890.890.1400.26189.5980.8640.98
Hex14A2BD59E01Abe5129
Octal242422751311603227612151
Binary10100101000101011110110110011110011010101111101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,162,189); }

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

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

 a { background-color: rgb(20,162,189); }

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

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

 span { border-color: rgb(20,162,189); }

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