Html Css Color HEX #04A6CC Pacific Blue

📋 copy color: '#04A6CC'

red 4 ◦ green 166 ◦ blue 204

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

Shades of Pacific Blue #04A6CC

Tints of Pacific Blue #04A6CC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.39%

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 1.07%
G = 44.39%
B = 54.55%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#04A6CC (or 0x04A6CC) is known color: Pacific Blue. HEX triplet: 04, A6 and CC. RGB value is (4,166,204). Sum of RGB (Red+Green+Blue) = 4+166+204=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #04A6CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A6CC is #FB5933. Grayscale: #797979. Windows color (decimal): -16472372 or 13411844. OLE color: 13411844.

HSL color Cylindrical-coordinate representation of color #04A6CC: hue angle of 191.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A6CC is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 166 204 -
CMYK 0.98 0.19 0 0.2
HSL 191.4º 0.96% 0.41% -
HSV(B) 191.4º 0.98% 0.8% -
XYZ 24.59 31.66 61.94 -
YUV 121.89 174.33 43.91 -
System Red Green Blue C M Y K H S L
Decimal 4 166 204 0.98 0.19 0 0.2 191.4 0.96 0.41
Hex 4 A6 CC 62 13 0 14 BF 60 29
Octal 4 246 314 142 23 0 24 277 140 51
Binary 100 10100110 11001100 1100010 10011 0 10100 10111111 1100000 101001

Color Harmonies of #04A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A6CC

Black with #04A6CC

Text Example


Text Example

White with #04A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,166,204); }

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

background-color css

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

 a { background-color: rgb(4,166,204); }

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

border-color css

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

 span { border-color: rgb(4,166,204); }

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