Html Css Color HEX #049ACE Pacific Blue

📋 copy color: '#049ACE'

red 4 ◦ green 154 ◦ blue 206

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

Shades of Pacific Blue #049ACE

Tints of Pacific Blue #049ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 1.1%
G = 42.31%
B = 56.59%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#049ACE (or 0x049ACE) is known color: Pacific Blue. HEX triplet: 04, 9A and CE. RGB value is (4,154,206). Sum of RGB (Red+Green+Blue) = 4+154+206=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #049ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ACE is #FB6531. Grayscale: #727272. Windows color (decimal): -16475442 or 13539844. OLE color: 13539844.

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

Color convert

RGB 4 154 206 -
CMYK 0.98 0.25 0 0.19
HSL 195.45º 0.96% 0.41% -
HSV(B) 195.45º 0.98% 0.81% -
XYZ 22.75 27.59 62.52 -
YUV 115.08 179.31 48.77 -
System Red Green Blue C M Y K H S L
Decimal 4 154 206 0.98 0.25 0 0.19 195.45 0.96 0.41
Hex 4 9A CE 62 19 0 13 C3 60 29
Octal 4 232 316 142 31 0 23 303 140 51
Binary 100 10011010 11001110 1100010 11001 0 10011 11000011 1100000 101001

Color Harmonies of #049ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049ACE

Black with #049ACE

Text Example


Text Example

White with #049ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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