Html Css Color HEX #019ECC Pacific Blue

📋 copy color: '#019ECC'

red 1 ◦ green 158 ◦ blue 204

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

Shades of Pacific Blue #019ECC

Tints of Pacific Blue #019ECC

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

 GREEN value IS 158 (62.11% from 255) = 43.53%

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 0.28%
G = 43.53%
B = 56.2%

CMYK

 C value IS 1.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#019ECC (or 0x019ECC) is known color: Pacific Blue. HEX triplet: 01, 9E and CC. RGB value is (1,158,204). Sum of RGB (Red+Green+Blue) = 1+158+204=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #019ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ECC is #FE6133. Grayscale: #737373. Windows color (decimal): -16671028 or 13409793. OLE color: 13409793.

HSL color Cylindrical-coordinate representation of color #019ECC: hue angle of 193.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019ECC is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 158 204 -
CMYK 1.00 0.23 0 0.2
HSL 193.6º 0.99% 0.4% -
HSV(B) 193.6º 1% 0.8% -
XYZ 23.14 28.82 61.47 -
YUV 116.3 177.49 45.76 -
System Red Green Blue C M Y K H S L
Decimal 1 158 204 1.00 0.23 0 0.2 193.6 0.99 0.4
Hex 1 9E CC 64 17 0 14 C2 63 28
Octal 1 236 314 144 27 0 24 302 143 50
Binary 1 10011110 11001100 1100100 10111 0 10100 11000010 1100011 101000

Color Harmonies of #019ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019ECC

Black with #019ECC

Text Example


Text Example

White with #019ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019ECC; }

 p { color: rgb(1,158,204); }

 H1.HeaderClassName
 {
   color: #019ECC;
 }
 .AnyTagClassName
 {
   color: #019ECC;
 }
</style>

background-color css

<style>
 a { background-color: #019ECC; }

 a { background-color: rgb(1,158,204); }

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

border-color css

<style>
 span { border-color: #019ECC; }

 span { border-color: rgb(1,158,204); }

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