Html Css Color HEX #039ACC Pacific Blue

📋 copy color: '#039ACC'

red 3 ◦ green 154 ◦ blue 204

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

Shades of Pacific Blue #039ACC

Tints of Pacific Blue #039ACC

RGB

 RED value IS 3 (1.56% from 255) = 0.83%

 GREEN value IS 154 (60.55% from 255) = 42.66%

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

R = 0.83%
G = 42.66%
B = 56.51%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#039ACC (or 0x039ACC) is known color: Pacific Blue. HEX triplet: 03, 9A and CC. RGB value is (3,154,204). Sum of RGB (Red+Green+Blue) = 3+154+204=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #039ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ACC is #FC6533. Grayscale: #727272. Windows color (decimal): -16540980 or 13408771. OLE color: 13408771.

HSL color Cylindrical-coordinate representation of color #039ACC: hue angle of 194.93º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039ACC is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 154 204 -
CMYK 0.99 0.25 0 0.2
HSL 194.93º 0.97% 0.41% -
HSV(B) 194.93º 0.99% 0.8% -
XYZ 22.49 27.49 61.25 -
YUV 114.55 178.47 48.43 -
System Red Green Blue C M Y K H S L
Decimal 3 154 204 0.99 0.25 0 0.2 194.93 0.97 0.41
Hex 3 9A CC 63 19 0 14 C3 61 29
Octal 3 232 314 143 31 0 24 303 141 51
Binary 11 10011010 11001100 1100011 11001 0 10100 11000011 1100001 101001

Color Harmonies of #039ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039ACC

Black with #039ACC

Text Example


Text Example

White with #039ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039ACC; }

 p { color: rgb(3,154,204); }

 H1.HeaderClassName
 {
   color: #039ACC;
 }
 .AnyTagClassName
 {
   color: #039ACC;
 }
</style>

background-color css

<style>
 a { background-color: #039ACC; }

 a { background-color: rgb(3,154,204); }

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

border-color css

<style>
 span { border-color: #039ACC; }

 span { border-color: rgb(3,154,204); }

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