Html Css Color HEX #049ECB Pacific Blue

📋 copy color: '#049ECB'

red 4 ◦ green 158 ◦ blue 203

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

Shades of Pacific Blue #049ECB

Tints of Pacific Blue #049ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 1.1%
G = 43.29%
B = 55.62%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#049ECB (or 0x049ECB) is known color: Pacific Blue. HEX triplet: 04, 9E and CB. RGB value is (4,158,203). Sum of RGB (Red+Green+Blue) = 4+158+203=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #049ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ECB is #FB6134. Grayscale: #747474. Windows color (decimal): -16474421 or 13344260. OLE color: 13344260.

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

Color convert

RGB 4 158 203 -
CMYK 0.98 0.22 0 0.20
HSL 193.57º 0.96% 0.41% -
HSV(B) 193.57º 0.98% 0.8% -
XYZ 23.06 28.79 60.84 -
YUV 117.08 176.48 47.34 -
System Red Green Blue C M Y K H S L
Decimal 4 158 203 0.98 0.22 0 0.20 193.57 0.96 0.41
Hex 4 9E CB 62 16 0 14 C2 60 29
Octal 4 236 313 142 26 0 24 302 140 51
Binary 100 10011110 11001011 1100010 10110 0 10100 11000010 1100000 101001

Color Harmonies of #049ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049ECB

Black with #049ECB

Text Example


Text Example

White with #049ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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