Html Css Color HEX #1399DC Pacific Blue

📋 copy color: '#1399DC'

red 19 ◦ green 153 ◦ blue 220

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

Shades of Pacific Blue #1399DC

Tints of Pacific Blue #1399DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

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

R = 4.85%
G = 39.03%
B = 56.12%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1399DC (or 0x1399DC) is known color: Pacific Blue. HEX triplet: 13, 99 and DC. RGB value is (19,153,220). Sum of RGB (Red+Green+Blue) = 19+153+220=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #1399DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1399DC is #EC6623. Grayscale: #787878. Windows color (decimal): -15492644 or 14457107. OLE color: 14457107.

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

Color convert

RGB 19 153 220 -
CMYK 0.91 0.30 0 0.14
HSL 200º 0.84% 0.47% -
HSV(B) 200º 0.91% 0.86% -
XYZ 24.58 28.09 71.84 -
YUV 120.57 184.11 55.55 -
System Red Green Blue C M Y K H S L
Decimal 19 153 220 0.91 0.30 0 0.14 200 0.84 0.47
Hex 13 99 DC 5B 1E 0 E C8 54 2F
Octal 23 231 334 133 36 0 16 310 124 57
Binary 10011 10011001 11011100 1011011 11110 0 1110 11001000 1010100 101111

Color Harmonies of #1399DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1399DC

Black with #1399DC

Text Example


Text Example

White with #1399DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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