Html Css Color HEX #039ACD Pacific Blue

📋 copy color: '#039ACD'

red 3 ◦ green 154 ◦ blue 205

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

Shades of Pacific Blue #039ACD

Tints of Pacific Blue #039ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.63%

R = 0.83%
G = 42.54%
B = 56.63%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#039ACD (or 0x039ACD) is known color: Pacific Blue. HEX triplet: 03, 9A and CD. RGB value is (3,154,205). Sum of RGB (Red+Green+Blue) = 3+154+205=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #039ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ACD is #FC6532. Grayscale: #727272. Windows color (decimal): -16540979 or 13474307. OLE color: 13474307.

HSL color Cylindrical-coordinate representation of color #039ACD: hue angle of 195.15º 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 #039ACD is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 154 205 -
CMYK 0.99 0.25 0 0.20
HSL 195.15º 0.97% 0.41% -
HSV(B) 195.15º 0.99% 0.8% -
XYZ 22.61 27.54 61.88 -
YUV 114.67 178.97 48.35 -
System Red Green Blue C M Y K H S L
Decimal 3 154 205 0.99 0.25 0 0.20 195.15 0.97 0.41
Hex 3 9A CD 63 19 0 14 C3 61 29
Octal 3 232 315 143 31 0 24 303 141 51
Binary 11 10011010 11001101 1100011 11001 0 10100 11000011 1100001 101001

Color Harmonies of #039ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039ACD

Black with #039ACD

Text Example


Text Example

White with #039ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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