#059ED6

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

Shades of Pacific Blue #059ED6

Tints of Pacific Blue #059ED6

Color information

#059ED6 (or 0x059ED6) is unknown color: approx Pacific Blue. HEX triplet: 05, 9E and D6. RGB value is (5,158,214). Sum of RGB (Red+Green+Blue) = 5+158+214=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #059ED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ED6 is #FA6129. Grayscale: #767676. Windows color (decimal): -16408874 or 14065157. OLE color: 14065157.

HSL color Cylindrical-coordinate representation of color #059ED6: hue angle of 196.08º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059ED6 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5158214-
CMYK0.980.2600.16
HSL196.08º95.43%42.94%-
HSV(B)196.08º97.66%83.92%-
XYZ24.4329.3467.99-
YUV118.64181.8146.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.33%
GREEN value IS 158 (62.11% from 255) = 41.91%
BLUE value IS 214 (83.98% from 255) = 56.76%
R=1.33%
G=41.91%
B=56.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51582140.980.2600.16196.0895.4342.94
Hex59ED6621A010c45f2b
Octal52363261423202030413753
Binary1011001111011010110110001011010010000110001001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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