Html Css Color HEX #019ACD Pacific Blue

📋 copy color: '#019ACD'

red 1 ◦ green 154 ◦ blue 205

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

Shades of Pacific Blue #019ACD

Tints of Pacific Blue #019ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.94%

R = 0.28%
G = 42.78%
B = 56.94%

CMYK

 C value IS 1.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#019ACD (or 0x019ACD) is known color: Pacific Blue. HEX triplet: 01, 9A and CD. RGB value is (1,154,205). Sum of RGB (Red+Green+Blue) = 1+154+205=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #019ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ACD is #FE6532. Grayscale: #717171. Windows color (decimal): -16672051 or 13474305. OLE color: 13474305.

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

Color convert

RGB 1 154 205 -
CMYK 1.00 0.25 0 0.20
HSL 195º 0.99% 0.4% -
HSV(B) 195º 1% 0.8% -
XYZ 22.59 27.53 61.88 -
YUV 114.07 179.31 47.35 -
System Red Green Blue C M Y K H S L
Decimal 1 154 205 1.00 0.25 0 0.20 195 0.99 0.4
Hex 1 9A CD 64 19 0 14 C3 63 28
Octal 1 232 315 144 31 0 24 303 143 50
Binary 1 10011010 11001101 1100100 11001 0 10100 11000011 1100011 101000

Color Harmonies of #019ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019ACD

Black with #019ACD

Text Example


Text Example

White with #019ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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