Html Css Color HEX #139DCE Pacific Blue

📋 copy color: '#139DCE'

red 19 ◦ green 157 ◦ blue 206

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

Shades of Pacific Blue #139DCE

Tints of Pacific Blue #139DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.1%

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 4.97%
G = 41.1%
B = 53.93%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#139DCE (or 0x139DCE) is known color: Pacific Blue. HEX triplet: 13, 9D and CE. RGB value is (19,157,206). Sum of RGB (Red+Green+Blue) = 19+157+206=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #139DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DCE is #EC6231. Grayscale: #787878. Windows color (decimal): -15491634 or 13540627. OLE color: 13540627.

HSL color Cylindrical-coordinate representation of color #139DCE: hue angle of 195.72º 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 #139DCE is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 157 206 -
CMYK 0.91 0.24 0 0.19
HSL 195.72º 0.83% 0.44% -
HSV(B) 195.72º 0.91% 0.81% -
XYZ 23.47 28.71 62.7 -
YUV 121.32 175.78 55.02 -
System Red Green Blue C M Y K H S L
Decimal 19 157 206 0.91 0.24 0 0.19 195.72 0.83 0.44
Hex 13 9D CE 5B 18 0 13 C4 53 2C
Octal 23 235 316 133 30 0 23 304 123 54
Binary 10011 10011101 11001110 1011011 11000 0 10011 11000100 1010011 101100

Color Harmonies of #139DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DCE

Black with #139DCE

Text Example


Text Example

White with #139DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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