Html Css Color HEX #1396DC Pacific Blue

📋 copy color: '#1396DC'

red 19 ◦ green 150 ◦ blue 220

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

Shades of Pacific Blue #1396DC

Tints of Pacific Blue #1396DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

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

R = 4.88%
G = 38.56%
B = 56.56%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1396DC (or 0x1396DC) is known color: Pacific Blue. HEX triplet: 13, 96 and DC. RGB value is (19,150,220). Sum of RGB (Red+Green+Blue) = 19+150+220=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #1396DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1396DC is #EC6923. Grayscale: #767676. Windows color (decimal): -15493412 or 14456339. OLE color: 14456339.

HSL color Cylindrical-coordinate representation of color #1396DC: hue angle of 200.9º 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 #1396DC is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 150 220 -
CMYK 0.91 0.32 0 0.14
HSL 200.9º 0.84% 0.47% -
HSV(B) 200.9º 0.91% 0.86% -
XYZ 24.09 27.12 71.67 -
YUV 118.81 185.1 56.81 -
System Red Green Blue C M Y K H S L
Decimal 19 150 220 0.91 0.32 0 0.14 200.9 0.84 0.47
Hex 13 96 DC 5B 20 0 E C9 54 2F
Octal 23 226 334 133 40 0 16 311 124 57
Binary 10011 10010110 11011100 1011011 100000 0 1110 11001001 1010100 101111

Color Harmonies of #1396DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396DC

Black with #1396DC

Text Example


Text Example

White with #1396DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1396DC; }

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

 H1.HeaderClassName
 {
   color: #1396DC;
 }
 .AnyTagClassName
 {
   color: #1396DC;
 }
</style>

background-color css

<style>
 a { background-color: #1396DC; }

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

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

border-color css

<style>
 span { border-color: #1396DC; }

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

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