Html Css Color HEX #14A6BE Pacific Blue

📋 copy color: '#14A6BE'

red 20 ◦ green 166 ◦ blue 190

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

Shades of Pacific Blue #14A6BE

Tints of Pacific Blue #14A6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 5.32%
G = 44.15%
B = 50.53%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#14A6BE (or 0x14A6BE) is known color: Pacific Blue. HEX triplet: 14, A6 and BE. RGB value is (20,166,190). Sum of RGB (Red+Green+Blue) = 20+166+190=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #14A6BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A6BE is #EB5941. Grayscale: #7C7C7C. Windows color (decimal): -15423810 or 12494356. OLE color: 12494356.

HSL color Cylindrical-coordinate representation of color #14A6BE: hue angle of 188.47º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14A6BE is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 166 190 -
CMYK 0.89 0.13 0 0.25
HSL 188.47º 0.81% 0.41% -
HSV(B) 188.47º 0.89% 0.75% -
XYZ 23.22 31.14 53.5 -
YUV 125.08 164.63 53.05 -
System Red Green Blue C M Y K H S L
Decimal 20 166 190 0.89 0.13 0 0.25 188.47 0.81 0.41
Hex 14 A6 BE 59 D 0 19 BC 51 29
Octal 24 246 276 131 15 0 31 274 121 51
Binary 10100 10100110 10111110 1011001 1101 0 11001 10111100 1010001 101001

Color Harmonies of #14A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A6BE

Black with #14A6BE

Text Example


Text Example

White with #14A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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