Html Css Color HEX #039ACE Pacific Blue

📋 copy color: '#039ACE'

red 3 ◦ green 154 ◦ blue 206

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

Shades of Pacific Blue #039ACE

Tints of Pacific Blue #039ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 0.83%
G = 42.42%
B = 56.75%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#039ACE (or 0x039ACE) is known color: Pacific Blue. HEX triplet: 03, 9A and CE. RGB value is (3,154,206). Sum of RGB (Red+Green+Blue) = 3+154+206=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #039ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ACE is #FC6531. Grayscale: #727272. Windows color (decimal): -16540978 or 13539843. OLE color: 13539843.

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

Color convert

RGB 3 154 206 -
CMYK 0.99 0.25 0 0.19
HSL 195.37º 0.97% 0.41% -
HSV(B) 195.37º 0.99% 0.81% -
XYZ 22.73 27.59 62.52 -
YUV 114.78 179.47 48.27 -
System Red Green Blue C M Y K H S L
Decimal 3 154 206 0.99 0.25 0 0.19 195.37 0.97 0.41
Hex 3 9A CE 63 19 0 13 C3 61 29
Octal 3 232 316 143 31 0 23 303 141 51
Binary 11 10011010 11001110 1100011 11001 0 10011 11000011 1100001 101001

Color Harmonies of #039ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039ACE

Black with #039ACE

Text Example


Text Example

White with #039ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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