#149EC0

Color #149EC0 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #149EC0

Tints of Pacific Blue #149EC0

Color information

#149EC0 (or 0x149EC0) is unknown color: approx 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

RGB20158192-
CMYK0.900.1800.25
HSL191.86º81.13%41.57%-
HSV(B)191.86º89.58%75.29%-
XYZ22.0328.4154.19-
YUV120.61168.2856.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.41%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 192 (75.39% from 255) = 51.89%
R=5.41%
G=42.70%
B=51.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201581920.900.1800.25191.8681.1341.57
Hex149EC05A12019c0512a
Octal242363001322203130012152
Binary101001001111011000000101101010010011001110000001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>