#149CC6

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

Shades of Pacific Blue #149CC6

Tints of Pacific Blue #149CC6

Color information

#149CC6 (or 0x149CC6) is unknown color: approx Pacific Blue. HEX triplet: 14, 9C and C6. RGB value is (20,156,198). Sum of RGB (Red+Green+Blue) = 20+156+198=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #149CC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CC6 is #EB6339. Grayscale: #777777. Windows color (decimal): -15426362 or 13016084. OLE color: 13016084.

HSL color Cylindrical-coordinate representation of color #149CC6: hue angle of 194.16º 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 #149CC6 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB20156198-
CMYK0.900.2100.22
HSL194.16º81.65%42.75%-
HSV(B)194.16º89.9%77.65%-
XYZ22.372857.65-
YUV120.12171.9456.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.35%
GREEN value IS 156 (61.33% from 255) = 41.71%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=5.35%
G=41.71%
B=52.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal201561980.900.2100.22194.1681.6542.75
Hex149CC65A15016c2522b
Octal242343061322502630212253
Binary101001001110011000110101101010101010110110000101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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