Html Css Color HEX #14A6CE Pacific Blue

📋 copy color: '#14A6CE'

red 20 ◦ green 166 ◦ blue 206

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

Shades of Pacific Blue #14A6CE

Tints of Pacific Blue #14A6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 5.1%
G = 42.35%
B = 52.55%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14A6CE (or 0x14A6CE) is known color: Pacific Blue. HEX triplet: 14, A6 and CE. RGB value is (20,166,206). Sum of RGB (Red+Green+Blue) = 20+166+206=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #14A6CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A6CE is #EB5931. Grayscale: #7E7E7E. Windows color (decimal): -15423794 or 13542932. OLE color: 13542932.

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

Color convert

RGB 20 166 206 -
CMYK 0.90 0.19 0 0.19
HSL 192.9º 0.82% 0.44% -
HSV(B) 192.9º 0.9% 0.81% -
XYZ 25.07 31.88 63.22 -
YUV 126.91 172.63 51.75 -
System Red Green Blue C M Y K H S L
Decimal 20 166 206 0.90 0.19 0 0.19 192.9 0.82 0.44
Hex 14 A6 CE 5A 13 0 13 C1 52 2C
Octal 24 246 316 132 23 0 23 301 122 54
Binary 10100 10100110 11001110 1011010 10011 0 10011 11000001 1010010 101100

Color Harmonies of #14A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A6CE

Black with #14A6CE

Text Example


Text Example

White with #14A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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