Html Css Color HEX #04A3E1 Pacific Blue

📋 copy color: '#04A3E1'

red 4 ◦ green 163 ◦ blue 225

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

Shades of Pacific Blue #04A3E1

Tints of Pacific Blue #04A3E1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.58%

 BLUE value IS 225 (88.28% from 255) = 57.4%

R = 1.02%
G = 41.58%
B = 57.4%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#04A3E1 (or 0x04A3E1) is known color: Pacific Blue. HEX triplet: 04, A3 and E1. RGB value is (4,163,225). Sum of RGB (Red+Green+Blue) = 4+163+225=392 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #04A3E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A3E1 is #FB5C1E. Grayscale: #7A7A7A. Windows color (decimal): -16473119 or 14787332. OLE color: 14787332.

HSL color Cylindrical-coordinate representation of color #04A3E1: hue angle of 196.83º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A3E1 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 4 163 225 -
CMYK 0.98 0.28 0 0.12
HSL 196.83º 0.97% 0.45% -
HSV(B) 196.83º 0.98% 0.88% -
XYZ 26.74 31.66 75.94 -
YUV 122.53 185.82 43.46 -
System Red Green Blue C M Y K H S L
Decimal 4 163 225 0.98 0.28 0 0.12 196.83 0.97 0.45
Hex 4 A3 E1 62 1C 0 C C5 61 2D
Octal 4 243 341 142 34 0 14 305 141 55
Binary 100 10100011 11100001 1100010 11100 0 1100 11000101 1100001 101101

Color Harmonies of #04A3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A3E1

Black with #04A3E1

Text Example


Text Example

White with #04A3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,163,225); }

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

background-color css

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

 a { background-color: rgb(4,163,225); }

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

border-color css

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

 span { border-color: rgb(4,163,225); }

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