#059ecc

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

Shades of Pacific Blue #059ECC

Tints of Pacific Blue #059ECC

Color information

#059ECC (or 0x059ECC) is unknown color: approx Pacific Blue. HEX triplet: 05, 9E and CC. RGB value is (5,158,204). Sum of RGB (Red+Green+Blue) = 5+158+204=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #059ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ECC is #FA6133. Grayscale: #757575. Windows color (decimal): -16408884 or 13409797. OLE color: 13409797.

HSL color Cylindrical-coordinate representation of color #059ECC: hue angle of 193.87º 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 #059ECC is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5158204-
CMYK0.980.2300.2
HSL193.87º95.22%40.98%-
HSV(B)193.87º97.55%80%-
XYZ23.1928.8561.47-
YUV117.5176.8147.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.36%
GREEN value IS 158 (62.11% from 255) = 43.05%
BLUE value IS 204 (80.08% from 255) = 55.59%
R=1.36%
G=43.05%
B=55.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51582040.980.2300.2193.8795.2240.98
Hex59ECC6217014c25f29
Octal52363141422702430213751
Binary1011001111011001100110001010111010100110000101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059ecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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