Html Css Color HEX #04A0BF Pacific Blue

📋 copy color: '#04A0BF'

red 4 ◦ green 160 ◦ blue 191

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

Shades of Pacific Blue #04A0BF

Tints of Pacific Blue #04A0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.8%

R = 1.13%
G = 45.07%
B = 53.8%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#04A0BF (or 0x04A0BF) is known color: Pacific Blue. HEX triplet: 04, A0 and BF. RGB value is (4,160,191). Sum of RGB (Red+Green+Blue) = 4+160+191=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #04A0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A0BF is #FB5F40. Grayscale: #747474. Windows color (decimal): -16473921 or 12558340. OLE color: 12558340.

HSL color Cylindrical-coordinate representation of color #04A0BF: hue angle of 189.95º 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 #04A0BF is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 160 191 -
CMYK 0.98 0.16 0 0.25
HSL 189.95º 0.96% 0.38% -
HSV(B) 189.95º 0.98% 0.75% -
XYZ 22.02 28.93 53.71 -
YUV 116.89 169.82 47.48 -
System Red Green Blue C M Y K H S L
Decimal 4 160 191 0.98 0.16 0 0.25 189.95 0.96 0.38
Hex 4 A0 BF 62 10 0 19 BE 60 26
Octal 4 240 277 142 20 0 31 276 140 46
Binary 100 10100000 10111111 1100010 10000 0 11001 10111110 1100000 100110

Color Harmonies of #04A0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A0BF

Black with #04A0BF

Text Example


Text Example

White with #04A0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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