#039FD8

Color #039FD8 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #039FD8

Tints of Pacific Blue #039FD8

Color information

#039FD8 (or 0x039FD8) is unknown color: approx Pacific Blue. HEX triplet: 03, 9F and D8. RGB value is (3,159,216). Sum of RGB (Red+Green+Blue) = 3+159+216=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #039FD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039FD8 is #FC6027. Grayscale: #767676. Windows color (decimal): -16539688 or 14196483. OLE color: 14196483.

HSL color Cylindrical-coordinate representation of color #039FD8: hue angle of 196.06º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039FD8 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3159216-
CMYK0.990.2600.15
HSL196.06º97.26%42.94%-
HSV(B)196.06º98.61%84.71%-
XYZ24.8329.7769.4-
YUV118.85182.8245.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.79%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 216 (84.77% from 255) = 57.14%
R=0.79%
G=42.06%
B=57.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal31592160.990.2600.15196.0697.2642.94
Hex39FD8631A0Fc4612b
Octal32373301433201730414153
Binary11100111111101100011000111101001111110001001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,159,216); }

 H1.HeaderClassName
 {
   color: #039FD8;
 }
 .AnyTagClassName
 {
   color: #039FD8;
 }
</style>
background-color css

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

 a { background-color: rgb(3,159,216); }

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

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

 span { border-color: rgb(3,159,216); }

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