#139FCE

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

Shades of Pacific Blue #139FCE

Tints of Pacific Blue #139FCE

Color information

#139FCE (or 0x139FCE) is unknown color: approx Pacific Blue. HEX triplet: 13, 9F and CE. RGB value is (19,159,206). Sum of RGB (Red+Green+Blue) = 19+159+206=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #139FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FCE is #EC6031. Grayscale: #7A7A7A. Windows color (decimal): -15491122 or 13541139. OLE color: 13541139.

HSL color Cylindrical-coordinate representation of color #139FCE: hue angle of 195.08º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139FCE is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19159206-
CMYK0.910.2300.19
HSL195.08º83.11%44.12%-
HSV(B)195.08º90.78%80.78%-
XYZ23.8129.3962.81-
YUV122.5175.1254.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.95%
GREEN value IS 159 (62.5% from 255) = 41.41%
BLUE value IS 206 (80.86% from 255) = 53.65%
R=4.95%
G=41.41%
B=53.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191592060.910.2300.19195.0883.1144.12
Hex139FCE5B17013c3532c
Octal232373161332702330312354
Binary100111001111111001110101101110111010011110000111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139FCE; }

 p { color: rgb(19,159,206); }

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

<style>
 a { background-color: #139FCE; }

 a { background-color: rgb(19,159,206); }

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

<style>
 span { border-color: #139FCE; }

 span { border-color: rgb(19,159,206); }

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