#14A0C5

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

Shades of Pacific Blue #14A0C5

Tints of Pacific Blue #14A0C5

Color information

#14A0C5 (or 0x14A0C5) is unknown color: approx Pacific Blue. HEX triplet: 14, A0 and C5. RGB value is (20,160,197). Sum of RGB (Red+Green+Blue) = 20+160+197=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #14A0C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A0C5 is #EB5F3A. Grayscale: #7A7A7A. Windows color (decimal): -15425339 or 12951572. OLE color: 12951572.

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

Color convert

RGB20160197-
CMYK0.900.1900.23
HSL192.54º81.57%42.55%-
HSV(B)192.54º89.85%77.25%-
XYZ22.9429.3257.27-
YUV122.36170.1254.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.31%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 197 (77.34% from 255) = 52.25%
R=5.31%
G=42.44%
B=52.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal201601970.900.1900.23192.5481.5742.55
Hex14A0C55A13017c1522b
Octal242403051322302730112253
Binary101001010000011000101101101010011010111110000011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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