Html Css Color HEX #049FC8 Pacific Blue

📋 copy color: '#049FC8'

red 4 ◦ green 159 ◦ blue 200

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

Shades of Pacific Blue #049FC8

Tints of Pacific Blue #049FC8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.8%

 BLUE value IS 200 (78.52% from 255) = 55.1%

R = 1.1%
G = 43.8%
B = 55.1%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#049FC8 (or 0x049FC8) is known color: Pacific Blue. HEX triplet: 04, 9F and C8. RGB value is (4,159,200). Sum of RGB (Red+Green+Blue) = 4+159+200=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #049FC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049FC8 is #FB6037. Grayscale: #757575. Windows color (decimal): -16474168 or 13147908. OLE color: 13147908.

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

Color convert

RGB 4 159 200 -
CMYK 0.98 0.20 0 0.22
HSL 192.55º 0.96% 0.4% -
HSV(B) 192.55º 0.98% 0.78% -
XYZ 22.87 28.99 59.03 -
YUV 117.33 174.65 47.17 -
System Red Green Blue C M Y K H S L
Decimal 4 159 200 0.98 0.20 0 0.22 192.55 0.96 0.4
Hex 4 9F C8 62 14 0 16 C1 60 28
Octal 4 237 310 142 24 0 26 301 140 50
Binary 100 10011111 11001000 1100010 10100 0 10110 11000001 1100000 101000

Color Harmonies of #049FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FC8

Black with #049FC8

Text Example


Text Example

White with #049FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,159,200); }

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

background-color css

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

 a { background-color: rgb(4,159,200); }

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

border-color css

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

 span { border-color: rgb(4,159,200); }

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