#149FC4

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

Shades of Pacific Blue #149FC4

Tints of Pacific Blue #149FC4

Color information

#149FC4 (or 0x149FC4) is unknown color: approx Pacific Blue. HEX triplet: 14, 9F and C4. RGB value is (20,159,196). Sum of RGB (Red+Green+Blue) = 20+159+196=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #149FC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FC4 is #EB603B. Grayscale: #797979. Windows color (decimal): -15425596 or 12885780. OLE color: 12885780.

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

Color convert

RGB20159196-
CMYK0.900.1900.23
HSL192.61º81.48%42.35%-
HSV(B)192.61º89.8%76.86%-
XYZ22.6528.9356.61-
YUV121.66169.9555.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.33%
GREEN value IS 159 (62.5% from 255) = 42.4%
BLUE value IS 196 (76.95% from 255) = 52.27%
R=5.33%
G=42.4%
B=52.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal201591960.900.1900.23192.6181.4842.35
Hex149FC45A13017c1512a
Octal242373041322302730112152
Binary101001001111111000100101101010011010111110000011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,159,196); }

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

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

 a { background-color: rgb(20,159,196); }

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

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

 span { border-color: rgb(20,159,196); }

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