#039BCF

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

Shades of Pacific Blue #039BCF

Tints of Pacific Blue #039BCF

Color information

#039BCF (or 0x039BCF) is unknown color: approx Pacific Blue. HEX triplet: 03, 9B and CF. RGB value is (3,155,207). Sum of RGB (Red+Green+Blue) = 3+155+207=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #039BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BCF is #FC6430. Grayscale: #737373. Windows color (decimal): -16540721 or 13605635. OLE color: 13605635.

HSL color Cylindrical-coordinate representation of color #039BCF: hue angle of 195.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039BCF is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3155207-
CMYK0.990.2500.19
HSL195.29º97.14%41.18%-
HSV(B)195.29º98.55%81.18%-
XYZ23.0227.9763.22-
YUV115.48179.6447.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.82%
GREEN value IS 155 (60.94% from 255) = 42.47%
BLUE value IS 207 (81.25% from 255) = 56.71%
R=0.82%
G=42.47%
B=56.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31552070.990.2500.19195.2997.1441.18
Hex39BCF6319013c36129
Octal32333171433102330314151
Binary111001101111001111110001111001010011110000111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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