Html Css Color HEX #14A0C6 Pacific Blue

📋 copy color: '#14A0C6'

red 20 ◦ green 160 ◦ blue 198

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

Shades of Pacific Blue #14A0C6

Tints of Pacific Blue #14A0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.38%

R = 5.29%
G = 42.33%
B = 52.38%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#14A0C6 (or 0x14A0C6) is known color: Pacific Blue. HEX triplet: 14, A0 and C6. RGB value is (20,160,198). Sum of RGB (Red+Green+Blue) = 20+160+198=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #14A0C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A0C6 is #EB5F39. Grayscale: #7A7A7A. Windows color (decimal): -15425338 or 13017108. OLE color: 13017108.

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

Color convert

RGB 20 160 198 -
CMYK 0.90 0.19 0 0.22
HSL 192.81º 0.82% 0.43% -
HSV(B) 192.81º 0.9% 0.78% -
XYZ 23.05 29.37 57.88 -
YUV 122.47 170.62 54.91 -
System Red Green Blue C M Y K H S L
Decimal 20 160 198 0.90 0.19 0 0.22 192.81 0.82 0.43
Hex 14 A0 C6 5A 13 0 16 C1 52 2B
Octal 24 240 306 132 23 0 26 301 122 53
Binary 10100 10100000 11000110 1011010 10011 0 10110 11000001 1010010 101011

Color Harmonies of #14A0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A0C6

Black with #14A0C6

Text Example


Text Example

White with #14A0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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