Html Css Color HEX #04A0C0 Pacific Blue

📋 copy color: '#04A0C0'

red 4 ◦ green 160 ◦ blue 192

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

Shades of Pacific Blue #04A0C0

Tints of Pacific Blue #04A0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.93%

R = 1.12%
G = 44.94%
B = 53.93%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#04A0C0 (or 0x04A0C0) is known color: Pacific Blue. HEX triplet: 04, A0 and C0. RGB value is (4,160,192). Sum of RGB (Red+Green+Blue) = 4+160+192=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #04A0C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A0C0 is #FB5F3F. Grayscale: #747474. Windows color (decimal): -16473920 or 12623876. OLE color: 12623876.

HSL color Cylindrical-coordinate representation of color #04A0C0: hue angle of 190.21º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A0C0 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 160 192 -
CMYK 0.98 0.17 0 0.25
HSL 190.21º 0.96% 0.38% -
HSV(B) 190.21º 0.98% 0.75% -
XYZ 22.14 28.97 54.29 -
YUV 117 170.32 47.4 -
System Red Green Blue C M Y K H S L
Decimal 4 160 192 0.98 0.17 0 0.25 190.21 0.96 0.38
Hex 4 A0 C0 62 11 0 19 BE 60 26
Octal 4 240 300 142 21 0 31 276 140 46
Binary 100 10100000 11000000 1100010 10001 0 11001 10111110 1100000 100110

Color Harmonies of #04A0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A0C0

Black with #04A0C0

Text Example


Text Example

White with #04A0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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