Html Css Color HEX #049EC9 Pacific Blue

📋 copy color: '#049EC9'

red 4 ◦ green 158 ◦ blue 201

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

Shades of Pacific Blue #049EC9

Tints of Pacific Blue #049EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 55.37%

R = 1.1%
G = 43.53%
B = 55.37%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#049EC9 (or 0x049EC9) is known color: Pacific Blue. HEX triplet: 04, 9E and C9. RGB value is (4,158,201). Sum of RGB (Red+Green+Blue) = 4+158+201=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #049EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049EC9 is #FB6136. Grayscale: #747474. Windows color (decimal): -16474423 or 13213188. OLE color: 13213188.

HSL color Cylindrical-coordinate representation of color #049EC9: hue angle of 193.1º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049EC9 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 158 201 -
CMYK 0.98 0.21 0 0.21
HSL 193.1º 0.96% 0.4% -
HSV(B) 193.1º 0.98% 0.79% -
XYZ 22.82 28.7 59.59 -
YUV 116.86 175.48 47.5 -
System Red Green Blue C M Y K H S L
Decimal 4 158 201 0.98 0.21 0 0.21 193.1 0.96 0.4
Hex 4 9E C9 62 15 0 15 C1 60 28
Octal 4 236 311 142 25 0 25 301 140 50
Binary 100 10011110 11001001 1100010 10101 0 10101 11000001 1100000 101000

Color Harmonies of #049EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EC9

Black with #049EC9

Text Example


Text Example

White with #049EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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