Html Css Color HEX #04A8BE Pacific Blue

📋 copy color: '#04A8BE'

red 4 ◦ green 168 ◦ blue 190

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

Shades of Pacific Blue #04A8BE

Tints of Pacific Blue #04A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.41%

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 1.1%
G = 46.41%
B = 52.49%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#04A8BE (or 0x04A8BE) is known color: Pacific Blue. HEX triplet: 04, A8 and BE. RGB value is (4,168,190). Sum of RGB (Red+Green+Blue) = 4+168+190=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #04A8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A8BE is #FB5741. Grayscale: #797979. Windows color (decimal): -16471874 or 12494852. OLE color: 12494852.

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

Color convert

RGB 4 168 190 -
CMYK 0.98 0.12 0 0.25
HSL 187.1º 0.96% 0.38% -
HSV(B) 187.1º 0.98% 0.75% -
XYZ 23.35 31.75 53.61 -
YUV 121.47 166.67 44.21 -
System Red Green Blue C M Y K H S L
Decimal 4 168 190 0.98 0.12 0 0.25 187.1 0.96 0.38
Hex 4 A8 BE 62 C 0 19 BB 60 26
Octal 4 250 276 142 14 0 31 273 140 46
Binary 100 10101000 10111110 1100010 1100 0 11001 10111011 1100000 100110

Color Harmonies of #04A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A8BE

Black with #04A8BE

Text Example


Text Example

White with #04A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,168,190); }

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

background-color css

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

 a { background-color: rgb(4,168,190); }

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

border-color css

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

 span { border-color: rgb(4,168,190); }

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