Html Css Color HEX #04A1DC Pacific Blue

📋 copy color: '#04A1DC'

red 4 ◦ green 161 ◦ blue 220

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

Shades of Pacific Blue #04A1DC

Tints of Pacific Blue #04A1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.82%

 BLUE value IS 220 (86.33% from 255) = 57.14%

R = 1.04%
G = 41.82%
B = 57.14%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04A1DC (or 0x04A1DC) is known color: Pacific Blue. HEX triplet: 04, A1 and DC. RGB value is (4,161,220). Sum of RGB (Red+Green+Blue) = 4+161+220=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #04A1DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A1DC is #FB5E23. Grayscale: #787878. Windows color (decimal): -16473636 or 14459140. OLE color: 14459140.

HSL color Cylindrical-coordinate representation of color #04A1DC: hue angle of 196.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A1DC is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 161 220 -
CMYK 0.98 0.27 0 0.14
HSL 196.39º 0.96% 0.44% -
HSV(B) 196.39º 0.98% 0.86% -
XYZ 25.71 30.68 72.28 -
YUV 120.78 183.99 44.7 -
System Red Green Blue C M Y K H S L
Decimal 4 161 220 0.98 0.27 0 0.14 196.39 0.96 0.44
Hex 4 A1 DC 62 1B 0 E C4 60 2C
Octal 4 241 334 142 33 0 16 304 140 54
Binary 100 10100001 11011100 1100010 11011 0 1110 11000100 1100000 101100

Color Harmonies of #04A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A1DC

Black with #04A1DC

Text Example


Text Example

White with #04A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04A1DC; }

 p { color: rgb(4,161,220); }

 H1.HeaderClassName
 {
   color: #04A1DC;
 }
 .AnyTagClassName
 {
   color: #04A1DC;
 }
</style>

background-color css

<style>
 a { background-color: #04A1DC; }

 a { background-color: rgb(4,161,220); }

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

border-color css

<style>
 span { border-color: #04A1DC; }

 span { border-color: rgb(4,161,220); }

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