Html Css Color HEX #1396DB Pacific Blue

📋 copy color: '#1396DB'

red 19 ◦ green 150 ◦ blue 219

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

Shades of Pacific Blue #1396DB

Tints of Pacific Blue #1396DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 4.9%
G = 38.66%
B = 56.44%

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

#1396DB (or 0x1396DB) is known color: Pacific Blue. HEX triplet: 13, 96 and DB. RGB value is (19,150,219). Sum of RGB (Red+Green+Blue) = 19+150+219=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #1396DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1396DB is #EC6924. Grayscale: #767676. Windows color (decimal): -15493413 or 14390803. OLE color: 14390803.

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

Color convert

RGB 19 150 219 -
CMYK 0.91 0.32 0 0.14
HSL 200.7º 0.84% 0.47% -
HSV(B) 200.7º 0.91% 0.86% -
XYZ 23.96 27.07 70.98 -
YUV 118.7 184.6 56.89 -
System Red Green Blue C M Y K H S L
Decimal 19 150 219 0.91 0.32 0 0.14 200.7 0.84 0.47
Hex 13 96 DB 5B 20 0 E C9 54 2F
Octal 23 226 333 133 40 0 16 311 124 57
Binary 10011 10010110 11011011 1011011 100000 0 1110 11001001 1010100 101111

Color Harmonies of #1396DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396DB

Black with #1396DB

Text Example


Text Example

White with #1396DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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