#059FBE

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

Shades of Pacific Blue #059FBE

Tints of Pacific Blue #059FBE

Color information

#059FBE (or 0x059FBE) is unknown color: approx Pacific Blue. HEX triplet: 05, 9F and BE. RGB value is (5,159,190). Sum of RGB (Red+Green+Blue) = 5+159+190=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #059FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FBE is #FA6041. Grayscale: #747474. Windows color (decimal): -16408642 or 12492549. OLE color: 12492549.

HSL color Cylindrical-coordinate representation of color #059FBE: hue angle of 190.05º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059FBE is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5159190-
CMYK0.970.1600.25
HSL190.05º94.87%38.24%-
HSV(B)190.05º97.37%74.51%-
XYZ21.7528.5553.08-
YUV116.49169.4848.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.41%
GREEN value IS 159 (62.5% from 255) = 44.92%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=1.41%
G=44.92%
B=53.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51591900.970.1600.25190.0594.8738.24
Hex59FBE6110019be5f26
Octal52372761412003127613746
Binary1011001111110111110110000110000011001101111101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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