Html Css Color HEX #139CDC Pacific Blue

📋 copy color: '#139CDC'

red 19 ◦ green 156 ◦ blue 220

#139CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #139CDC

Tints of Pacific Blue #139CDC

RGB

 RED value IS 19 (7.81% from 255) = 4.81%

 GREEN value IS 156 (61.33% from 255) = 39.49%

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 4.81%
G = 39.49%
B = 55.7%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#139CDC (or 0x139CDC) is known color: Pacific Blue. HEX triplet: 13, 9C and DC. RGB value is (19,156,220). Sum of RGB (Red+Green+Blue) = 19+156+220=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #139CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CDC is #EC6323. Grayscale: #797979. Windows color (decimal): -15491876 or 14457875. OLE color: 14457875.

HSL color Cylindrical-coordinate representation of color #139CDC: hue angle of 199.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139CDC is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 156 220 -
CMYK 0.91 0.29 0 0.14
HSL 199.1º 0.84% 0.47% -
HSV(B) 199.1º 0.91% 0.86% -
XYZ 25.08 29.08 72 -
YUV 122.33 183.11 54.3 -
System Red Green Blue C M Y K H S L
Decimal 19 156 220 0.91 0.29 0 0.14 199.1 0.84 0.47
Hex 13 9C DC 5B 1D 0 E C7 54 2F
Octal 23 234 334 133 35 0 16 307 124 57
Binary 10011 10011100 11011100 1011011 11101 0 1110 11000111 1010100 101111

Color Harmonies of #139CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CDC

Black with #139CDC

Text Example


Text Example

White with #139CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #139CDC;
 }
 .AnyTagClassName
 {
   color: #139CDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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