Html Css Color HEX #14A1BE Pacific Blue

📋 copy color: '#14A1BE'

red 20 ◦ green 161 ◦ blue 190

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

Shades of Pacific Blue #14A1BE

Tints of Pacific Blue #14A1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.4%

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

R = 5.39%
G = 43.4%
B = 51.21%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#14A1BE (or 0x14A1BE) is known color: Pacific Blue. HEX triplet: 14, A1 and BE. RGB value is (20,161,190). Sum of RGB (Red+Green+Blue) = 20+161+190=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #14A1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A1BE is #EB5E41. Grayscale: #797979. Windows color (decimal): -15425090 or 12493076. OLE color: 12493076.

HSL color Cylindrical-coordinate representation of color #14A1BE: hue angle of 190.24º 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 #14A1BE is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 161 190 -
CMYK 0.89 0.15 0 0.25
HSL 190.24º 0.81% 0.41% -
HSV(B) 190.24º 0.89% 0.75% -
XYZ 22.33 29.36 53.2 -
YUV 122.15 166.29 55.14 -
System Red Green Blue C M Y K H S L
Decimal 20 161 190 0.89 0.15 0 0.25 190.24 0.81 0.41
Hex 14 A1 BE 59 F 0 19 BE 51 29
Octal 24 241 276 131 17 0 31 276 121 51
Binary 10100 10100001 10111110 1011001 1111 0 11001 10111110 1010001 101001

Color Harmonies of #14A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A1BE

Black with #14A1BE

Text Example


Text Example

White with #14A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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