Html Css Color HEX #049ACD Pacific Blue

📋 copy color: '#049ACD'

red 4 ◦ green 154 ◦ blue 205

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

Shades of Pacific Blue #049ACD

Tints of Pacific Blue #049ACD

RGB

 RED value IS 4 (1.95% from 255) = 1.1%

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

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

R = 1.1%
G = 42.42%
B = 56.47%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#049ACD (or 0x049ACD) is known color: Pacific Blue. HEX triplet: 04, 9A and CD. RGB value is (4,154,205). Sum of RGB (Red+Green+Blue) = 4+154+205=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #049ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ACD is #FB6532. Grayscale: #727272. Windows color (decimal): -16475443 or 13474308. OLE color: 13474308.

HSL color Cylindrical-coordinate representation of color #049ACD: hue angle of 195.22º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049ACD is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 154 205 -
CMYK 0.98 0.25 0 0.20
HSL 195.22º 0.96% 0.41% -
HSV(B) 195.22º 0.98% 0.8% -
XYZ 22.63 27.54 61.88 -
YUV 114.96 178.81 48.85 -
System Red Green Blue C M Y K H S L
Decimal 4 154 205 0.98 0.25 0 0.20 195.22 0.96 0.41
Hex 4 9A CD 62 19 0 14 C3 60 29
Octal 4 232 315 142 31 0 24 303 140 51
Binary 100 10011010 11001101 1100010 11001 0 10100 11000011 1100000 101001

Color Harmonies of #049ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049ACD

Black with #049ACD

Text Example


Text Example

White with #049ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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