Html Css Color HEX #14A6CF Pacific Blue

📋 copy color: '#14A6CF'

red 20 ◦ green 166 ◦ blue 207

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

Shades of Pacific Blue #14A6CF

Tints of Pacific Blue #14A6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 5.09%
G = 42.24%
B = 52.67%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14A6CF (or 0x14A6CF) is known color: Pacific Blue. HEX triplet: 14, A6 and CF. RGB value is (20,166,207). Sum of RGB (Red+Green+Blue) = 20+166+207=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #14A6CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A6CF is #EB5930. Grayscale: #7E7E7E. Windows color (decimal): -15423793 or 13608468. OLE color: 13608468.

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

Color convert

RGB 20 166 207 -
CMYK 0.90 0.20 0 0.19
HSL 193.16º 0.82% 0.45% -
HSV(B) 193.16º 0.9% 0.81% -
XYZ 25.19 31.93 63.87 -
YUV 127.02 173.13 51.67 -
System Red Green Blue C M Y K H S L
Decimal 20 166 207 0.90 0.20 0 0.19 193.16 0.82 0.45
Hex 14 A6 CF 5A 14 0 13 C1 52 2D
Octal 24 246 317 132 24 0 23 301 122 55
Binary 10100 10100110 11001111 1011010 10100 0 10011 11000001 1010010 101101

Color Harmonies of #14A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A6CF

Black with #14A6CF

Text Example


Text Example

White with #14A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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