#058ECC

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

Shades of Pacific Blue #058ECC

Tints of Pacific Blue #058ECC

Color information

#058ECC (or 0x058ECC) is unknown color: approx Pacific Blue. HEX triplet: 05, 8E and CC. RGB value is (5,142,204). Sum of RGB (Red+Green+Blue) = 5+142+204=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #058ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ECC is #FA7133. Grayscale: #6B6B6B. Windows color (decimal): -16412980 or 13405701. OLE color: 13405701.

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

Color convert

RGB5142204-
CMYK0.980.3000.2
HSL198.69º95.22%40.98%-
HSV(B)198.69º97.55%80%-
XYZ20.6323.7460.62-
YUV108.1182.1154.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.42%
GREEN value IS 142 (55.86% from 255) = 40.46%
BLUE value IS 204 (80.08% from 255) = 58.12%
R=1.42%
G=40.46%
B=58.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51422040.980.3000.2198.6995.2240.98
Hex58ECC621E014c75f29
Octal52163141423602430713751
Binary1011000111011001100110001011110010100110001111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058ECC; }

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

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

<style>
 a { background-color: #058ECC; }

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

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

<style>
 span { border-color: #058ECC; }

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

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