Html Css Color HEX #04A7DB Pacific Blue

📋 copy color: '#04A7DB'

red 4 ◦ green 167 ◦ blue 219

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

Shades of Pacific Blue #04A7DB

Tints of Pacific Blue #04A7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.82%

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

R = 1.03%
G = 42.82%
B = 56.15%

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

#04A7DB (or 0x04A7DB) is known color: Pacific Blue. HEX triplet: 04, A7 and DB. RGB value is (4,167,219). Sum of RGB (Red+Green+Blue) = 4+167+219=390 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #04A7DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A7DB is #FB5824. Grayscale: #7B7B7B. Windows color (decimal): -16472101 or 14395140. OLE color: 14395140.

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

Color convert

RGB 4 167 219 -
CMYK 0.98 0.24 0 0.14
HSL 194.51º 0.96% 0.44% -
HSV(B) 194.51º 0.98% 0.86% -
XYZ 26.65 32.78 71.94 -
YUV 124.19 181.5 42.27 -
System Red Green Blue C M Y K H S L
Decimal 4 167 219 0.98 0.24 0 0.14 194.51 0.96 0.44
Hex 4 A7 DB 62 18 0 E C3 60 2C
Octal 4 247 333 142 30 0 16 303 140 54
Binary 100 10100111 11011011 1100010 11000 0 1110 11000011 1100000 101100

Color Harmonies of #04A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A7DB

Black with #04A7DB

Text Example


Text Example

White with #04A7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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