Html Css Color HEX #049DCE Pacific Blue

📋 copy color: '#049DCE'

red 4 ◦ green 157 ◦ blue 206

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

Shades of Pacific Blue #049DCE

Tints of Pacific Blue #049DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.78%

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

R = 1.09%
G = 42.78%
B = 56.13%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#049DCE (or 0x049DCE) is known color: Pacific Blue. HEX triplet: 04, 9D and CE. RGB value is (4,157,206). Sum of RGB (Red+Green+Blue) = 4+157+206=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #049DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DCE is #FB6231. Grayscale: #747474. Windows color (decimal): -16474674 or 13540612. OLE color: 13540612.

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

Color convert

RGB 4 157 206 -
CMYK 0.98 0.24 0 0.19
HSL 194.55º 0.96% 0.41% -
HSV(B) 194.55º 0.98% 0.81% -
XYZ 23.25 28.6 62.69 -
YUV 116.84 178.31 47.52 -
System Red Green Blue C M Y K H S L
Decimal 4 157 206 0.98 0.24 0 0.19 194.55 0.96 0.41
Hex 4 9D CE 62 18 0 13 C3 60 29
Octal 4 235 316 142 30 0 23 303 140 51
Binary 100 10011101 11001110 1100010 11000 0 10011 11000011 1100000 101001

Color Harmonies of #049DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049DCE

Black with #049DCE

Text Example


Text Example

White with #049DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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