Html Css Color HEX #1399DF Pacific Blue

📋 copy color: '#1399DF'

red 19 ◦ green 153 ◦ blue 223

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

Shades of Pacific Blue #1399DF

Tints of Pacific Blue #1399DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 4.81%
G = 38.73%
B = 56.46%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1399DF (or 0x1399DF) is known color: Pacific Blue. HEX triplet: 13, 99 and DF. RGB value is (19,153,223). Sum of RGB (Red+Green+Blue) = 19+153+223=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #1399DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1399DF is #EC6620. Grayscale: #787878. Windows color (decimal): -15492641 or 14653715. OLE color: 14653715.

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

Color convert

RGB 19 153 223 -
CMYK 0.91 0.31 0 0.13
HSL 200.59º 0.84% 0.47% -
HSV(B) 200.59º 0.91% 0.87% -
XYZ 24.98 28.25 73.95 -
YUV 120.91 185.61 55.31 -
System Red Green Blue C M Y K H S L
Decimal 19 153 223 0.91 0.31 0 0.13 200.59 0.84 0.47
Hex 13 99 DF 5B 1F 0 D C9 54 2F
Octal 23 231 337 133 37 0 15 311 124 57
Binary 10011 10011001 11011111 1011011 11111 0 1101 11001001 1010100 101111

Color Harmonies of #1399DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1399DF

Black with #1399DF

Text Example


Text Example

White with #1399DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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