Html Css Color HEX #14A4BD Pacific Blue

📋 copy color: '#14A4BD'

red 20 ◦ green 164 ◦ blue 189

#14A4BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #14A4BD

Tints of Pacific Blue #14A4BD

RGB

 RED value IS 20 (8.2% from 255) = 5.36%

 GREEN value IS 164 (64.45% from 255) = 43.97%

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 5.36%
G = 43.97%
B = 50.67%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#14A4BD (or 0x14A4BD) is known color: Pacific Blue. HEX triplet: 14, A4 and BD. RGB value is (20,164,189). Sum of RGB (Red+Green+Blue) = 20+164+189=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #14A4BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A4BD is #EB5B42. Grayscale: #7B7B7B. Windows color (decimal): -15424323 or 12428308. OLE color: 12428308.

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

Color convert

RGB 20 164 189 -
CMYK 0.89 0.13 0 0.26
HSL 188.88º 0.81% 0.41% -
HSV(B) 188.88º 0.89% 0.74% -
XYZ 22.75 30.37 52.81 -
YUV 123.79 164.79 53.97 -
System Red Green Blue C M Y K H S L
Decimal 20 164 189 0.89 0.13 0 0.26 188.88 0.81 0.41
Hex 14 A4 BD 59 D 0 1A BD 51 29
Octal 24 244 275 131 15 0 32 275 121 51
Binary 10100 10100100 10111101 1011001 1101 0 11010 10111101 1010001 101001

Color Harmonies of #14A4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A4BD

Black with #14A4BD

Text Example


Text Example

White with #14A4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14A4BD;
 }
 .AnyTagClassName
 {
   color: #14A4BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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