Html Css Color HEX #1394CE Pacific Blue

📋 copy color: '#1394CE'

red 19 ◦ green 148 ◦ blue 206

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

Shades of Pacific Blue #1394CE

Tints of Pacific Blue #1394CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 5.09%
G = 39.68%
B = 55.23%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1394CE (or 0x1394CE) is known color: Pacific Blue. HEX triplet: 13, 94 and CE. RGB value is (19,148,206). Sum of RGB (Red+Green+Blue) = 19+148+206=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #1394CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394CE is #EC6B31. Grayscale: #737373. Windows color (decimal): -15493938 or 13538323. OLE color: 13538323.

HSL color Cylindrical-coordinate representation of color #1394CE: hue angle of 198.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1394CE is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 148 206 -
CMYK 0.91 0.28 0 0.19
HSL 198.61º 0.83% 0.44% -
HSV(B) 198.61º 0.91% 0.81% -
XYZ 22 25.77 62.21 -
YUV 116.04 178.76 58.78 -
System Red Green Blue C M Y K H S L
Decimal 19 148 206 0.91 0.28 0 0.19 198.61 0.83 0.44
Hex 13 94 CE 5B 1C 0 13 C7 53 2C
Octal 23 224 316 133 34 0 23 307 123 54
Binary 10011 10010100 11001110 1011011 11100 0 10011 11000111 1010011 101100

Color Harmonies of #1394CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1394CE

Black with #1394CE

Text Example


Text Example

White with #1394CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1394CE; }

 p { color: rgb(19,148,206); }

 H1.HeaderClassName
 {
   color: #1394CE;
 }
 .AnyTagClassName
 {
   color: #1394CE;
 }
</style>

background-color css

<style>
 a { background-color: #1394CE; }

 a { background-color: rgb(19,148,206); }

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

border-color css

<style>
 span { border-color: #1394CE; }

 span { border-color: rgb(19,148,206); }

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