#14A5CA

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

Shades of Pacific Blue #14A5CA

Tints of Pacific Blue #14A5CA

Color information

#14A5CA (or 0x14A5CA) is unknown color: approx Pacific Blue. HEX triplet: 14, A5 and CA. RGB value is (20,165,202). Sum of RGB (Red+Green+Blue) = 20+165+202=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #14A5CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A5CA is #EB5A35. Grayscale: #7D7D7D. Windows color (decimal): -15424054 or 13280532. OLE color: 13280532.

HSL color Cylindrical-coordinate representation of color #14A5CA: hue angle of 192.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14A5CA is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20165202-
CMYK0.900.1800.21
HSL192.2º81.98%43.53%-
HSV(B)192.2º90.1%79.22%-
XYZ24.431.3260.64-
YUV125.86170.9652.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.17%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=5.17%
G=42.64%
B=52.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201652020.900.1800.21192.281.9843.53
Hex14A5CA5A12015c0522c
Octal242453121322202530012254
Binary101001010010111001010101101010010010101110000001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,165,202); }

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

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

 a { background-color: rgb(20,165,202); }

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

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

 span { border-color: rgb(20,165,202); }

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