Html Css Color HEX #019ACC Pacific Blue

📋 copy color: '#019ACC'

red 1 ◦ green 154 ◦ blue 204

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

Shades of Pacific Blue #019ACC

Tints of Pacific Blue #019ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.9%

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

R = 0.28%
G = 42.9%
B = 56.82%

CMYK

 C value IS 1.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#019ACC (or 0x019ACC) is known color: Pacific Blue. HEX triplet: 01, 9A and CC. RGB value is (1,154,204). Sum of RGB (Red+Green+Blue) = 1+154+204=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #019ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ACC is #FE6533. Grayscale: #717171. Windows color (decimal): -16672052 or 13408769. OLE color: 13408769.

HSL color Cylindrical-coordinate representation of color #019ACC: hue angle of 194.78º 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 #019ACC is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 154 204 -
CMYK 1.00 0.25 0 0.2
HSL 194.78º 0.99% 0.4% -
HSV(B) 194.78º 1% 0.8% -
XYZ 22.47 27.48 61.25 -
YUV 113.95 178.81 47.43 -
System Red Green Blue C M Y K H S L
Decimal 1 154 204 1.00 0.25 0 0.2 194.78 0.99 0.4
Hex 1 9A CC 64 19 0 14 C3 63 28
Octal 1 232 314 144 31 0 24 303 143 50
Binary 1 10011010 11001100 1100100 11001 0 10100 11000011 1100011 101000

Color Harmonies of #019ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019ACC

Black with #019ACC

Text Example


Text Example

White with #019ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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