Html Css Color HEX #049ACF Pacific Blue

📋 copy color: '#049ACF'

red 4 ◦ green 154 ◦ blue 207

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

Shades of Pacific Blue #049ACF

Tints of Pacific Blue #049ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.19%

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

R = 1.1%
G = 42.19%
B = 56.71%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#049ACF (or 0x049ACF) is known color: Pacific Blue. HEX triplet: 04, 9A and CF. RGB value is (4,154,207). Sum of RGB (Red+Green+Blue) = 4+154+207=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #049ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ACF is #FB6530. Grayscale: #727272. Windows color (decimal): -16475441 or 13605380. OLE color: 13605380.

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

Color convert

RGB 4 154 207 -
CMYK 0.98 0.26 0 0.19
HSL 195.67º 0.96% 0.41% -
HSV(B) 195.67º 0.98% 0.81% -
XYZ 22.87 27.64 63.16 -
YUV 115.19 179.81 48.69 -
System Red Green Blue C M Y K H S L
Decimal 4 154 207 0.98 0.26 0 0.19 195.67 0.96 0.41
Hex 4 9A CF 62 1A 0 13 C4 60 29
Octal 4 232 317 142 32 0 23 304 140 51
Binary 100 10011010 11001111 1100010 11010 0 10011 11000100 1100000 101001

Color Harmonies of #049ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049ACF

Black with #049ACF

Text Example


Text Example

White with #049ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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