Html Css Color HEX #049ACC Pacific Blue

📋 copy color: '#049ACC'

red 4 ◦ green 154 ◦ blue 204

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

Shades of Pacific Blue #049ACC

Tints of Pacific Blue #049ACC

RGB

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

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

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

R = 1.1%
G = 42.54%
B = 56.35%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#049ACC (or 0x049ACC) is known color: Pacific Blue. HEX triplet: 04, 9A and CC. RGB value is (4,154,204). Sum of RGB (Red+Green+Blue) = 4+154+204=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #049ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ACC is #FB6533. Grayscale: #727272. Windows color (decimal): -16475444 or 13408772. OLE color: 13408772.

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

Color convert

RGB 4 154 204 -
CMYK 0.98 0.25 0 0.2
HSL 195º 0.96% 0.41% -
HSV(B) 195º 0.98% 0.8% -
XYZ 22.5 27.5 61.25 -
YUV 114.85 178.31 48.93 -
System Red Green Blue C M Y K H S L
Decimal 4 154 204 0.98 0.25 0 0.2 195 0.96 0.41
Hex 4 9A CC 62 19 0 14 C3 60 29
Octal 4 232 314 142 31 0 24 303 140 51
Binary 100 10011010 11001100 1100010 11001 0 10100 11000011 1100000 101001

Color Harmonies of #049ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049ACC

Black with #049ACC

Text Example


Text Example

White with #049ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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