Html Css Color HEX #049ECC Pacific Blue

📋 copy color: '#049ECC'

red 4 ◦ green 158 ◦ blue 204

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

Shades of Pacific Blue #049ECC

Tints of Pacific Blue #049ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.17%

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

R = 1.09%
G = 43.17%
B = 55.74%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#049ECC (or 0x049ECC) is known color: Pacific Blue. HEX triplet: 04, 9E and CC. RGB value is (4,158,204). Sum of RGB (Red+Green+Blue) = 4+158+204=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #049ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ECC is #FB6133. Grayscale: #747474. Windows color (decimal): -16474420 or 13409796. OLE color: 13409796.

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

Color convert

RGB 4 158 204 -
CMYK 0.98 0.23 0 0.2
HSL 193.8º 0.96% 0.41% -
HSV(B) 193.8º 0.98% 0.8% -
XYZ 23.18 28.84 61.47 -
YUV 117.2 176.98 47.26 -
System Red Green Blue C M Y K H S L
Decimal 4 158 204 0.98 0.23 0 0.2 193.8 0.96 0.41
Hex 4 9E CC 62 17 0 14 C2 60 29
Octal 4 236 314 142 27 0 24 302 140 51
Binary 100 10011110 11001100 1100010 10111 0 10100 11000010 1100000 101001

Color Harmonies of #049ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049ECC

Black with #049ECC

Text Example


Text Example

White with #049ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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