Html Css Color HEX #14A6DA Pacific Blue

📋 copy color: '#14A6DA'

red 20 ◦ green 166 ◦ blue 218

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

Shades of Pacific Blue #14A6DA

Tints of Pacific Blue #14A6DA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 4.95%
G = 41.09%
B = 53.96%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#14A6DA (or 0x14A6DA) is known color: Pacific Blue. HEX triplet: 14, A6 and DA. RGB value is (20,166,218). Sum of RGB (Red+Green+Blue) = 20+166+218=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #14A6DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A6DA is #EB5925. Grayscale: #7F7F7F. Windows color (decimal): -15423782 or 14329364. OLE color: 14329364.

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

Color convert

RGB 20 166 218 -
CMYK 0.91 0.24 0 0.15
HSL 195.76º 0.83% 0.47% -
HSV(B) 195.76º 0.91% 0.85% -
XYZ 26.58 32.48 71.2 -
YUV 128.27 178.63 50.77 -
System Red Green Blue C M Y K H S L
Decimal 20 166 218 0.91 0.24 0 0.15 195.76 0.83 0.47
Hex 14 A6 DA 5B 18 0 F C4 53 2F
Octal 24 246 332 133 30 0 17 304 123 57
Binary 10100 10100110 11011010 1011011 11000 0 1111 11000100 1010011 101111

Color Harmonies of #14A6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A6DA

Black with #14A6DA

Text Example


Text Example

White with #14A6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,166,218); }

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

background-color css

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

 a { background-color: rgb(20,166,218); }

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

border-color css

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

 span { border-color: rgb(20,166,218); }

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