Html Css Color HEX #14A1BD Pacific Blue

📋 copy color: '#14A1BD'

red 20 ◦ green 161 ◦ blue 189

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

Shades of Pacific Blue #14A1BD

Tints of Pacific Blue #14A1BD

RGB

 RED value IS 20 (8.2% 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 value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#14A1BD (or 0x14A1BD) is known color: 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

RGB 20 161 189 -
CMYK 0.89 0.15 0 0.26
HSL 189.94º 0.81% 0.41% -
HSV(B) 189.94º 0.89% 0.74% -
XYZ 22.22 29.31 52.63 -
YUV 122.03 165.79 55.22 -
System Red Green Blue C M Y K H S L
Decimal 20 161 189 0.89 0.15 0 0.26 189.94 0.81 0.41
Hex 14 A1 BD 59 F 0 1A BE 51 29
Octal 24 241 275 131 17 0 32 276 121 51
Binary 10100 10100001 10111101 1011001 1111 0 11010 10111110 1010001 101001

Color Harmonies of #14A1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A1BD

Black with #14A1BD

Text Example


Text Example

White with #14A1BD

Text Example


Text Example

HTML Codes & Css Web 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>