Html Css Color HEX #139BCD Pacific Blue

📋 copy color: '#139BCD'

red 19 ◦ green 155 ◦ blue 205

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

Shades of Pacific Blue #139BCD

Tints of Pacific Blue #139BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 5.01%
G = 40.9%
B = 54.09%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#139BCD (or 0x139BCD) is known color: Pacific Blue. HEX triplet: 13, 9B and CD. RGB value is (19,155,205). Sum of RGB (Red+Green+Blue) = 19+155+205=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #139BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139BCD is #EC6432. Grayscale: #777777. Windows color (decimal): -15492147 or 13474579. OLE color: 13474579.

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

Color convert

RGB 19 155 205 -
CMYK 0.91 0.24 0 0.20
HSL 196.13º 0.83% 0.44% -
HSV(B) 196.13º 0.91% 0.8% -
XYZ 23.01 27.99 61.95 -
YUV 120.04 175.94 55.93 -
System Red Green Blue C M Y K H S L
Decimal 19 155 205 0.91 0.24 0 0.20 196.13 0.83 0.44
Hex 13 9B CD 5B 18 0 14 C4 53 2C
Octal 23 233 315 133 30 0 24 304 123 54
Binary 10011 10011011 11001101 1011011 11000 0 10100 11000100 1010011 101100

Color Harmonies of #139BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BCD

Black with #139BCD

Text Example


Text Example

White with #139BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,155,205); }

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

background-color css

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

 a { background-color: rgb(19,155,205); }

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

border-color css

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

 span { border-color: rgb(19,155,205); }

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