#059BC8

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

Shades of Pacific Blue #059BC8

Tints of Pacific Blue #059BC8

Color information

#059BC8 (or 0x059BC8) is unknown color: approx Pacific Blue. HEX triplet: 05, 9B and C8. RGB value is (5,155,200). Sum of RGB (Red+Green+Blue) = 5+155+200=360 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 200 (78.52% from 255 or 55.56% from 360); Max value from RGB is 200 - color contains mainly: blue. Hex color #059BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BC8 is #FA6437. Grayscale: #727272. Windows color (decimal): -16409656 or 13146885. OLE color: 13146885.

HSL color Cylindrical-coordinate representation of color #059BC8: hue angle of 193.85º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BC8 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5155200-
CMYK0.980.2200.22
HSL193.85º95.12%40.2%-
HSV(B)193.85º97.5%78.43%-
XYZ22.2127.6558.81-
YUV115.28175.849.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.39%
GREEN value IS 155 (60.94% from 255) = 43.06%
BLUE value IS 200 (78.52% from 255) = 55.56%
R=1.39%
G=43.06%
B=55.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51552000.980.2200.22193.8595.1240.2
Hex59BC86216016c25f28
Octal52333101422602630213750
Binary1011001101111001000110001010110010110110000101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059BC8; }

 p { color: rgb(5,155,200); }

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

<style>
 a { background-color: #059BC8; }

 a { background-color: rgb(5,155,200); }

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

<style>
 span { border-color: #059BC8; }

 span { border-color: rgb(5,155,200); }

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