#14A1BD

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

Shades of Pacific Blue #14A1BD

Tints of Pacific Blue #14A1BD

Color information

#14A1BD (or 0x14A1BD) is unknown color: approx Pacific Blue. HEX triplet: 14, A1 and BD. RGB value is (20,161,189). Sum of RGB (Red+Green+Blue) = 20+161+189=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #14A1BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A1BD is #EB5E42. Grayscale: #797979. Windows color (decimal): -15425091 or 12427540. OLE color: 12427540.

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

Color convert

RGB20161189-
CMYK0.890.1500.26
HSL189.94º80.86%40.98%-
HSV(B)189.94º89.42%74.12%-
XYZ22.2229.3152.63-
YUV122.03165.7955.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.41%
GREEN value IS 161 (63.28% from 255) = 43.51%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=5.41%
G=43.51%
B=51.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal201611890.890.1500.26189.9480.8640.98
Hex14A1BD59F01Abe5129
Octal242412751311703227612151
Binary10100101000011011110110110011111011010101111101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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