Html Css Color HEX #049CCF Pacific Blue

📋 copy color: '#049CCF'

red 4 ◦ green 156 ◦ blue 207

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

Shades of Pacific Blue #049CCF

Tints of Pacific Blue #049CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.51%

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 1.09%
G = 42.51%
B = 56.4%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#049CCF (or 0x049CCF) is known color: Pacific Blue. HEX triplet: 04, 9C and CF. RGB value is (4,156,207). Sum of RGB (Red+Green+Blue) = 4+156+207=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #049CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049CCF is #FB6330. Grayscale: #747474. Windows color (decimal): -16474929 or 13605892. OLE color: 13605892.

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

Color convert

RGB 4 156 207 -
CMYK 0.98 0.25 0 0.19
HSL 195.07º 0.96% 0.41% -
HSV(B) 195.07º 0.98% 0.81% -
XYZ 23.2 28.31 63.27 -
YUV 116.37 179.14 47.85 -
System Red Green Blue C M Y K H S L
Decimal 4 156 207 0.98 0.25 0 0.19 195.07 0.96 0.41
Hex 4 9C CF 62 19 0 13 C3 60 29
Octal 4 234 317 142 31 0 23 303 140 51
Binary 100 10011100 11001111 1100010 11001 0 10011 11000011 1100000 101001

Color Harmonies of #049CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CCF

Black with #049CCF

Text Example


Text Example

White with #049CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,156,207); }

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

background-color css

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

 a { background-color: rgb(4,156,207); }

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

border-color css

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

 span { border-color: rgb(4,156,207); }

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