Html Css Color HEX #04A1D2 Pacific Blue

📋 copy color: '#04A1D2'

red 4 ◦ green 161 ◦ blue 210

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

Shades of Pacific Blue #04A1D2

Tints of Pacific Blue #04A1D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56%

R = 1.07%
G = 42.93%
B = 56%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#04A1D2 (or 0x04A1D2) is known color: Pacific Blue. HEX triplet: 04, A1 and D2. RGB value is (4,161,210). Sum of RGB (Red+Green+Blue) = 4+161+210=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 210 (82.42% from 255 or 56% from 375); Max value from RGB is 210 - color contains mainly: blue. Hex color #04A1D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A1D2 is #FB5E2D. Grayscale: #777777. Windows color (decimal): -16473646 or 13803780. OLE color: 13803780.

HSL color Cylindrical-coordinate representation of color #04A1D2: hue angle of 194.27º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A1D2 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 161 210 -
CMYK 0.98 0.23 0 0.18
HSL 194.27º 0.96% 0.42% -
HSV(B) 194.27º 0.98% 0.82% -
XYZ 24.43 30.17 65.51 -
YUV 119.64 178.99 45.52 -
System Red Green Blue C M Y K H S L
Decimal 4 161 210 0.98 0.23 0 0.18 194.27 0.96 0.42
Hex 4 A1 D2 62 17 0 12 C2 60 2A
Octal 4 241 322 142 27 0 22 302 140 52
Binary 100 10100001 11010010 1100010 10111 0 10010 11000010 1100000 101010

Color Harmonies of #04A1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A1D2

Black with #04A1D2

Text Example


Text Example

White with #04A1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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