#149ec6

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

Shades of Pacific Blue #149EC6

Tints of Pacific Blue #149EC6

Color information

#149EC6 (or 0x149EC6) is unknown color: approx Pacific Blue. HEX triplet: 14, 9E and C6. RGB value is (20,158,198). Sum of RGB (Red+Green+Blue) = 20+158+198=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #149EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149EC6 is #EB6139. Grayscale: #797979. Windows color (decimal): -15425850 or 13016596. OLE color: 13016596.

HSL color Cylindrical-coordinate representation of color #149EC6: hue angle of 193.48º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149EC6 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB20158198-
CMYK0.900.2000.22
HSL193.48º81.65%42.75%-
HSV(B)193.48º89.9%77.65%-
XYZ22.7128.6857.76-
YUV121.3171.2855.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.32%
GREEN value IS 158 (62.11% from 255) = 42.02%
BLUE value IS 198 (77.73% from 255) = 52.66%
R=5.32%
G=42.02%
B=52.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal201581980.900.2000.22193.4881.6542.75
Hex149EC65A14016c1522b
Octal242363061322402630112253
Binary101001001111011000110101101010100010110110000011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149ec6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #149ec6;
 }
 .AnyTagClassName
 {
   color: #149ec6;
 }
</style>
background-color css

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

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

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

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

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

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