Html Css Color HEX #14A0CD Pacific Blue

📋 copy color: '#14A0CD'

red 20 ◦ green 160 ◦ blue 205

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

Shades of Pacific Blue #14A0CD

Tints of Pacific Blue #14A0CD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.56%

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 5.19%
G = 41.56%
B = 53.25%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14A0CD (or 0x14A0CD) is known color: Pacific Blue. HEX triplet: 14, A0 and CD. RGB value is (20,160,205). Sum of RGB (Red+Green+Blue) = 20+160+205=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #14A0CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A0CD is #EB5F32. Grayscale: #7A7A7A. Windows color (decimal): -15425331 or 13475860. OLE color: 13475860.

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

Color convert

RGB 20 160 205 -
CMYK 0.90 0.22 0 0.20
HSL 194.59º 0.82% 0.44% -
HSV(B) 194.59º 0.9% 0.8% -
XYZ 23.88 29.7 62.23 -
YUV 123.27 174.12 54.34 -
System Red Green Blue C M Y K H S L
Decimal 20 160 205 0.90 0.22 0 0.20 194.59 0.82 0.44
Hex 14 A0 CD 5A 16 0 14 C3 52 2C
Octal 24 240 315 132 26 0 24 303 122 54
Binary 10100 10100000 11001101 1011010 10110 0 10100 11000011 1010010 101100

Color Harmonies of #14A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A0CD

Black with #14A0CD

Text Example


Text Example

White with #14A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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