#059BC9

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

Shades of Pacific Blue #059BC9

Tints of Pacific Blue #059BC9

Color information

#059BC9 (or 0x059BC9) is unknown color: approx Pacific Blue. HEX triplet: 05, 9B and C9. RGB value is (5,155,201). Sum of RGB (Red+Green+Blue) = 5+155+201=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #059BC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BC9 is #FA6436. Grayscale: #737373. Windows color (decimal): -16409655 or 13212421. OLE color: 13212421.

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

Color convert

RGB5155201-
CMYK0.980.2300.21
HSL194.08º95.15%40.39%-
HSV(B)194.08º97.51%78.82%-
XYZ22.3327.6959.43-
YUV115.39176.349.26-

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) = 42.94%
BLUE value IS 201 (78.91% from 255) = 55.68%
R=1.39%
G=42.94%
B=55.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51552010.980.2300.21194.0895.1540.39
Hex59BC96217015c25f28
Octal52333111422702530213750
Binary1011001101111001001110001010111010101110000101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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