Html Css Color HEX #04A0E6 Pacific Blue

📋 copy color: '#04A0E6'

red 4 ◦ green 160 ◦ blue 230

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

Shades of Pacific Blue #04A0E6

Tints of Pacific Blue #04A0E6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.61%

 BLUE value IS 230 (90.23% from 255) = 58.38%

R = 1.02%
G = 40.61%
B = 58.38%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#04A0E6 (or 0x04A0E6) is known color: Pacific Blue. HEX triplet: 04, A0 and E6. RGB value is (4,160,230). Sum of RGB (Red+Green+Blue) = 4+160+230=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #04A0E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04A0E6 is #FB5F19. Grayscale: #787878. Windows color (decimal): -16473882 or 15114244. OLE color: 15114244.

HSL color Cylindrical-coordinate representation of color #04A0E6: hue angle of 198.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A0E6 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 4 160 230 -
CMYK 0.98 0.30 0 0.10
HSL 198.58º 0.97% 0.46% -
HSV(B) 198.58º 0.98% 0.9% -
XYZ 26.9 30.88 79.41 -
YUV 121.34 189.32 44.31 -
System Red Green Blue C M Y K H S L
Decimal 4 160 230 0.98 0.30 0 0.10 198.58 0.97 0.46
Hex 4 A0 E6 62 1E 0 A C7 61 2E
Octal 4 240 346 142 36 0 12 307 141 56
Binary 100 10100000 11100110 1100010 11110 0 1010 11000111 1100001 101110

Color Harmonies of #04A0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A0E6

Black with #04A0E6

Text Example


Text Example

White with #04A0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,160,230); }

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

background-color css

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

 a { background-color: rgb(4,160,230); }

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

border-color css

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

 span { border-color: rgb(4,160,230); }

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