Html Css Color HEX #04A6DB Pacific Blue

📋 copy color: '#04A6DB'

red 4 ◦ green 166 ◦ blue 219

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

Shades of Pacific Blue #04A6DB

Tints of Pacific Blue #04A6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 1.03%
G = 42.67%
B = 56.3%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04A6DB (or 0x04A6DB) is known color: Pacific Blue. HEX triplet: 04, A6 and DB. RGB value is (4,166,219). Sum of RGB (Red+Green+Blue) = 4+166+219=389 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #04A6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A6DB is #FB5924. Grayscale: #7B7B7B. Windows color (decimal): -16472357 or 14394884. OLE color: 14394884.

HSL color Cylindrical-coordinate representation of color #04A6DB: hue angle of 194.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A6DB is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 166 219 -
CMYK 0.98 0.24 0 0.14
HSL 194.79º 0.96% 0.44% -
HSV(B) 194.79º 0.98% 0.86% -
XYZ 26.47 32.41 71.88 -
YUV 123.6 181.83 42.69 -
System Red Green Blue C M Y K H S L
Decimal 4 166 219 0.98 0.24 0 0.14 194.79 0.96 0.44
Hex 4 A6 DB 62 18 0 E C3 60 2C
Octal 4 246 333 142 30 0 16 303 140 54
Binary 100 10100110 11011011 1100010 11000 0 1110 11000011 1100000 101100

Color Harmonies of #04A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A6DB

Black with #04A6DB

Text Example


Text Example

White with #04A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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