Html Css Color HEX #039ECC Pacific Blue

📋 copy color: '#039ECC'

red 3 ◦ green 158 ◦ blue 204

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

Shades of Pacific Blue #039ECC

Tints of Pacific Blue #039ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.29%

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

R = 0.82%
G = 43.29%
B = 55.89%

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

#039ECC (or 0x039ECC) is known color: Pacific Blue. HEX triplet: 03, 9E and CC. RGB value is (3,158,204). Sum of RGB (Red+Green+Blue) = 3+158+204=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #039ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ECC is #FC6133. Grayscale: #747474. Windows color (decimal): -16539956 or 13409795. OLE color: 13409795.

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

Color convert

RGB 3 158 204 -
CMYK 0.99 0.23 0 0.2
HSL 193.73º 0.97% 0.41% -
HSV(B) 193.73º 0.99% 0.8% -
XYZ 23.16 28.83 61.47 -
YUV 116.9 177.15 46.76 -
System Red Green Blue C M Y K H S L
Decimal 3 158 204 0.99 0.23 0 0.2 193.73 0.97 0.41
Hex 3 9E CC 63 17 0 14 C2 61 29
Octal 3 236 314 143 27 0 24 302 141 51
Binary 11 10011110 11001100 1100011 10111 0 10100 11000010 1100001 101001

Color Harmonies of #039ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039ECC

Black with #039ECC

Text Example


Text Example

White with #039ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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