#059ECA

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

Shades of Pacific Blue #059ECA

Tints of Pacific Blue #059ECA

Color information

#059ECA (or 0x059ECA) is unknown color: approx Pacific Blue. HEX triplet: 05, 9E and CA. RGB value is (5,158,202). Sum of RGB (Red+Green+Blue) = 5+158+202=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #059ECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ECA is #FA6135. Grayscale: #747474. Windows color (decimal): -16408886 or 13278725. OLE color: 13278725.

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

Color convert

RGB5158202-
CMYK0.980.2200.21
HSL193.4º95.17%40.59%-
HSV(B)193.4º97.52%79.22%-
XYZ22.9528.7560.22-
YUV117.27175.8147.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 202 (79.30% from 255) = 55.34%
R=1.37%
G=43.29%
B=55.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51582020.980.2200.21193.495.1740.59
Hex59ECA6216015c15f29
Octal52363121422602530113751
Binary1011001111011001010110001010110010101110000011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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