Html Css Color HEX #04A0DB Pacific Blue

📋 copy color: '#04A0DB'

red 4 ◦ green 160 ◦ blue 219

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

Shades of Pacific Blue #04A0DB

Tints of Pacific Blue #04A0DB

RGB

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

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

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

R = 1.04%
G = 41.78%
B = 57.18%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04A0DB (or 0x04A0DB) is known color: Pacific Blue. HEX triplet: 04, A0 and DB. RGB value is (4,160,219). Sum of RGB (Red+Green+Blue) = 4+160+219=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #04A0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A0DB is #FB5F24. Grayscale: #777777. Windows color (decimal): -16473893 or 14393348. OLE color: 14393348.

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

Color convert

RGB 4 160 219 -
CMYK 0.98 0.27 0 0.14
HSL 196.47º 0.96% 0.44% -
HSV(B) 196.47º 0.98% 0.86% -
XYZ 25.41 30.28 71.52 -
YUV 120.08 183.82 45.2 -
System Red Green Blue C M Y K H S L
Decimal 4 160 219 0.98 0.27 0 0.14 196.47 0.96 0.44
Hex 4 A0 DB 62 1B 0 E C4 60 2C
Octal 4 240 333 142 33 0 16 304 140 54
Binary 100 10100000 11011011 1100010 11011 0 1110 11000100 1100000 101100

Color Harmonies of #04A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A0DB

Black with #04A0DB

Text Example


Text Example

White with #04A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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