#039CBD

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

Shades of Pacific Blue #039CBD

Tints of Pacific Blue #039CBD

Color information

#039CBD (or 0x039CBD) is unknown color: approx Pacific Blue. HEX triplet: 03, 9C and BD. RGB value is (3,156,189). Sum of RGB (Red+Green+Blue) = 3+156+189=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #039CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CBD is #FC6342. Grayscale: #717171. Windows color (decimal): -16540483 or 12426243. OLE color: 12426243.

HSL color Cylindrical-coordinate representation of color #039CBD: hue angle of 190.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039CBD is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3156189-
CMYK0.980.1700.26
HSL190.65º96.88%37.65%-
HSV(B)190.65º98.41%74.12%-
XYZ21.1127.4752.33-
YUV114.01170.3148.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 189 (74.22% from 255) = 54.31%
R=0.86%
G=44.83%
B=54.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31561890.980.1700.26190.6596.8837.65
Hex39CBD621101Abf6126
Octal32342751422103227714146
Binary111001110010111101110001010001011010101111111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,156,189); }

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

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

 a { background-color: rgb(3,156,189); }

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

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

 span { border-color: rgb(3,156,189); }

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