#039BD8

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

Shades of Pacific Blue #039BD8

Tints of Pacific Blue #039BD8

Color information

#039BD8 (or 0x039BD8) is unknown color: approx Pacific Blue. HEX triplet: 03, 9B and D8. RGB value is (3,155,216). Sum of RGB (Red+Green+Blue) = 3+155+216=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #039BD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BD8 is #FC6427. Grayscale: #747474. Windows color (decimal): -16540712 or 14195459. OLE color: 14195459.

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

Color convert

RGB3155216-
CMYK0.990.2800.15
HSL197.18º97.26%42.94%-
HSV(B)197.18º98.61%84.71%-
XYZ24.1528.4269.18-
YUV116.51184.1447.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.80%
GREEN value IS 155 (60.94% from 255) = 41.44%
BLUE value IS 216 (84.77% from 255) = 57.75%
R=0.80%
G=41.44%
B=57.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal31552160.990.2800.15197.1897.2642.94
Hex39BD8631C0Fc5612b
Octal32333301433401730514153
Binary11100110111101100011000111110001111110001011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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