#059EBE

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

Shades of Pacific Blue #059EBE

Tints of Pacific Blue #059EBE

Color information

#059EBE (or 0x059EBE) is unknown color: approx Pacific Blue. HEX triplet: 05, 9E and BE. RGB value is (5,158,190). Sum of RGB (Red+Green+Blue) = 5+158+190=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #059EBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059EBE is #FA6141. Grayscale: #737373. Windows color (decimal): -16408898 or 12492293. OLE color: 12492293.

HSL color Cylindrical-coordinate representation of color #059EBE: hue angle of 190.38º 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 #059EBE is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5158190-
CMYK0.970.1700.25
HSL190.38º94.87%38.24%-
HSV(B)190.38º97.37%74.51%-
XYZ21.5828.253.02-
YUV115.9169.8148.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.42%
GREEN value IS 158 (62.11% from 255) = 44.76%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=1.42%
G=44.76%
B=53.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51581900.970.1700.25190.3894.8738.24
Hex59EBE6111019be5f26
Octal52362761412103127613746
Binary1011001111010111110110000110001011001101111101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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