Html Css Color HEX #139CDD Pacific Blue

📋 copy color: '#139CDD'

red 19 ◦ green 156 ◦ blue 221

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

Shades of Pacific Blue #139CDD

Tints of Pacific Blue #139CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 4.8%
G = 39.39%
B = 55.81%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#139CDD (or 0x139CDD) is known color: Pacific Blue. HEX triplet: 13, 9C and DD. RGB value is (19,156,221). Sum of RGB (Red+Green+Blue) = 19+156+221=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #139CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CDD is #EC6322. Grayscale: #7A7A7A. Windows color (decimal): -15491875 or 14523411. OLE color: 14523411.

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

Color convert

RGB 19 156 221 -
CMYK 0.91 0.29 0 0.13
HSL 199.31º 0.84% 0.47% -
HSV(B) 199.31º 0.91% 0.87% -
XYZ 25.21 29.14 72.7 -
YUV 122.45 183.61 54.21 -
System Red Green Blue C M Y K H S L
Decimal 19 156 221 0.91 0.29 0 0.13 199.31 0.84 0.47
Hex 13 9C DD 5B 1D 0 D C7 54 2F
Octal 23 234 335 133 35 0 15 307 124 57
Binary 10011 10011100 11011101 1011011 11101 0 1101 11000111 1010100 101111

Color Harmonies of #139CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CDD

Black with #139CDD

Text Example


Text Example

White with #139CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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