Html Css Color HEX #14A6D9 Pacific Blue

📋 copy color: '#14A6D9'

red 20 ◦ green 166 ◦ blue 217

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

Shades of Pacific Blue #14A6D9

Tints of Pacific Blue #14A6D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 53.85%

R = 4.96%
G = 41.19%
B = 53.85%

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

#14A6D9 (or 0x14A6D9) is known color: Pacific Blue. HEX triplet: 14, A6 and D9. RGB value is (20,166,217). Sum of RGB (Red+Green+Blue) = 20+166+217=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 217 (85.16% from 255 or 53.85% from 403); Max value from RGB is 217 - color contains mainly: blue. Hex color #14A6D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A6D9 is #EB5926. Grayscale: #7F7F7F. Windows color (decimal): -15423783 or 14263828. OLE color: 14263828.

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

Color convert

RGB 20 166 217 -
CMYK 0.91 0.24 0 0.15
HSL 195.53º 0.83% 0.46% -
HSV(B) 195.53º 0.91% 0.85% -
XYZ 26.45 32.43 70.51 -
YUV 128.16 178.13 50.85 -
System Red Green Blue C M Y K H S L
Decimal 20 166 217 0.91 0.24 0 0.15 195.53 0.83 0.46
Hex 14 A6 D9 5B 18 0 F C4 53 2E
Octal 24 246 331 133 30 0 17 304 123 56
Binary 10100 10100110 11011001 1011011 11000 0 1111 11000100 1010011 101110

Color Harmonies of #14A6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A6D9

Black with #14A6D9

Text Example


Text Example

White with #14A6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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