#059FCB

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

Shades of Pacific Blue #059FCB

Tints of Pacific Blue #059FCB

Color information

#059FCB (or 0x059FCB) is unknown color: approx Pacific Blue. HEX triplet: 05, 9F and CB. RGB value is (5,159,203). Sum of RGB (Red+Green+Blue) = 5+159+203=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #059FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FCB is #FA6034. Grayscale: #757575. Windows color (decimal): -16408629 or 13344517. OLE color: 13344517.

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

Color convert

RGB5159203-
CMYK0.980.2200.20
HSL193.33º95.19%40.78%-
HSV(B)193.33º97.54%79.61%-
XYZ23.2429.1460.9-
YUV117.97175.9847.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.36%
GREEN value IS 159 (62.5% from 255) = 43.32%
BLUE value IS 203 (79.69% from 255) = 55.31%
R=1.36%
G=43.32%
B=55.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51592030.980.2200.20193.3395.1940.78
Hex59FCB6216014c15f29
Octal52373131422602430113751
Binary1011001111111001011110001010110010100110000011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,159,203); }

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

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

 a { background-color: rgb(5,159,203); }

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

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

 span { border-color: rgb(5,159,203); }

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