Html Css Color HEX #039DCC Pacific Blue

📋 copy color: '#039DCC'

red 3 ◦ green 157 ◦ blue 204

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

Shades of Pacific Blue #039DCC

Tints of Pacific Blue #039DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.13%

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

R = 0.82%
G = 43.13%
B = 56.04%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#039DCC (or 0x039DCC) is known color: Pacific Blue. HEX triplet: 03, 9D and CC. RGB value is (3,157,204). Sum of RGB (Red+Green+Blue) = 3+157+204=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #039DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DCC is #FC6233. Grayscale: #737373. Windows color (decimal): -16540212 or 13409539. OLE color: 13409539.

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

Color convert

RGB 3 157 204 -
CMYK 0.99 0.23 0 0.2
HSL 194.03º 0.97% 0.41% -
HSV(B) 194.03º 0.99% 0.8% -
XYZ 22.99 28.49 61.41 -
YUV 116.31 177.48 47.18 -
System Red Green Blue C M Y K H S L
Decimal 3 157 204 0.99 0.23 0 0.2 194.03 0.97 0.41
Hex 3 9D CC 63 17 0 14 C2 61 29
Octal 3 235 314 143 27 0 24 302 141 51
Binary 11 10011101 11001100 1100011 10111 0 10100 11000010 1100001 101001

Color Harmonies of #039DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039DCC

Black with #039DCC

Text Example


Text Example

White with #039DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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