Html Css Color HEX #04A4DF Pacific Blue

📋 copy color: '#04A4DF'

red 4 ◦ green 164 ◦ blue 223

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

Shades of Pacific Blue #04A4DF

Tints of Pacific Blue #04A4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.94%

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 1.02%
G = 41.94%
B = 57.03%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04A4DF (or 0x04A4DF) is known color: Pacific Blue. HEX triplet: 04, A4 and DF. RGB value is (4,164,223). Sum of RGB (Red+Green+Blue) = 4+164+223=391 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #04A4DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A4DF is #FB5B20. Grayscale: #7A7A7A. Windows color (decimal): -16472865 or 14656516. OLE color: 14656516.

HSL color Cylindrical-coordinate representation of color #04A4DF: hue angle of 196.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A4DF is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 164 223 -
CMYK 0.98 0.26 0 0.13
HSL 196.16º 0.96% 0.45% -
HSV(B) 196.16º 0.98% 0.87% -
XYZ 26.64 31.9 74.57 -
YUV 122.89 184.49 43.2 -
System Red Green Blue C M Y K H S L
Decimal 4 164 223 0.98 0.26 0 0.13 196.16 0.96 0.45
Hex 4 A4 DF 62 1A 0 D C4 60 2D
Octal 4 244 337 142 32 0 15 304 140 55
Binary 100 10100100 11011111 1100010 11010 0 1101 11000100 1100000 101101

Color Harmonies of #04A4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A4DF

Black with #04A4DF

Text Example


Text Example

White with #04A4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,164,223); }

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

background-color css

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

 a { background-color: rgb(4,164,223); }

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

border-color css

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

 span { border-color: rgb(4,164,223); }

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