#139CC8

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

Shades of Pacific Blue #139CC8

Tints of Pacific Blue #139CC8

Color information

#139CC8 (or 0x139CC8) is unknown color: approx Pacific Blue. HEX triplet: 13, 9C and C8. RGB value is (19,156,200). Sum of RGB (Red+Green+Blue) = 19+156+200=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #139CC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CC8 is #EC6337. Grayscale: #777777. Windows color (decimal): -15491896 or 13147155. OLE color: 13147155.

HSL color Cylindrical-coordinate representation of color #139CC8: hue angle of 194.59º degrees, saturation: 0.83, 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 #139CC8 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19156200-
CMYK0.900.2200.22
HSL194.59º82.65%42.94%-
HSV(B)194.59º90.5%78.43%-
XYZ22.5828.0958.87-
YUV120.05173.1155.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.07%
GREEN value IS 156 (61.33% from 255) = 41.6%
BLUE value IS 200 (78.52% from 255) = 53.33%
R=5.07%
G=41.6%
B=53.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191562000.900.2200.22194.5982.6542.94
Hex139CC85A16016c3532b
Octal232343101322602630312353
Binary100111001110011001000101101010110010110110000111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,156,200); }

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

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

 a { background-color: rgb(19,156,200); }

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

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

 span { border-color: rgb(19,156,200); }

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