Html Css Color HEX #149EC0 Pacific Blue

📋 copy color: '#149EC0'

red 20 ◦ green 158 ◦ blue 192

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

Shades of Pacific Blue #149EC0

Tints of Pacific Blue #149EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.7%

 BLUE value IS 192 (75.39% from 255) = 51.89%

R = 5.41%
G = 42.7%
B = 51.89%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#149EC0 (or 0x149EC0) is known color: Pacific Blue. HEX triplet: 14, 9E and C0. RGB value is (20,158,192). Sum of RGB (Red+Green+Blue) = 20+158+192=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #149EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149EC0 is #EB613F. Grayscale: #787878. Windows color (decimal): -15425856 or 12623380. OLE color: 12623380.

HSL color Cylindrical-coordinate representation of color #149EC0: hue angle of 191.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149EC0 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 158 192 -
CMYK 0.90 0.18 0 0.25
HSL 191.86º 0.81% 0.42% -
HSV(B) 191.86º 0.9% 0.75% -
XYZ 22.03 28.41 54.19 -
YUV 120.61 168.28 56.24 -
System Red Green Blue C M Y K H S L
Decimal 20 158 192 0.90 0.18 0 0.25 191.86 0.81 0.42
Hex 14 9E C0 5A 12 0 19 C0 51 2A
Octal 24 236 300 132 22 0 31 300 121 52
Binary 10100 10011110 11000000 1011010 10010 0 11001 11000000 1010001 101010

Color Harmonies of #149EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149EC0

Black with #149EC0

Text Example


Text Example

White with #149EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149EC0; }

 p { color: rgb(20,158,192); }

 H1.HeaderClassName
 {
   color: #149EC0;
 }
 .AnyTagClassName
 {
   color: #149EC0;
 }
</style>

background-color css

<style>
 a { background-color: #149EC0; }

 a { background-color: rgb(20,158,192); }

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

border-color css

<style>
 span { border-color: #149EC0; }

 span { border-color: rgb(20,158,192); }

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