#14A5DB

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

Shades of Pacific Blue #14A5DB

Tints of Pacific Blue #14A5DB

Color information

#14A5DB (or 0x14A5DB) is unknown color: approx Pacific Blue. HEX triplet: 14, A5 and DB. RGB value is (20,165,219). Sum of RGB (Red+Green+Blue) = 20+165+219=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #14A5DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A5DB is #EB5A24. Grayscale: #7F7F7F. Windows color (decimal): -15424037 or 14394644. OLE color: 14394644.

HSL color Cylindrical-coordinate representation of color #14A5DB: hue angle of 196.28º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14A5DB is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20165219-
CMYK0.910.2500.14
HSL196.28º83.26%46.86%-
HSV(B)196.28º90.87%85.88%-
XYZ26.5332.1771.83-
YUV127.8179.4651.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.95%
GREEN value IS 165 (64.84% from 255) = 40.84%
BLUE value IS 219 (85.94% from 255) = 54.21%
R=4.95%
G=40.84%
B=54.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201652190.910.2500.14196.2883.2646.86
Hex14A5DB5B190Ec4532f
Octal242453331333101630412357
Binary10100101001011101101110110111100101110110001001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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