#059ddc

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

Shades of Pacific Blue #059DDC

Tints of Pacific Blue #059DDC

Color information

#059DDC (or 0x059DDC) is unknown color: approx Pacific Blue. HEX triplet: 05, 9D and DC. RGB value is (5,157,220). Sum of RGB (Red+Green+Blue) = 5+157+220=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #059DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DDC is #FA6223. Grayscale: #767676. Windows color (decimal): -16409124 or 14458117. OLE color: 14458117.

HSL color Cylindrical-coordinate representation of color #059DDC: hue angle of 197.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059DDC is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5157220-
CMYK0.980.2900.14
HSL197.58º95.56%44.12%-
HSV(B)197.58º97.73%86.27%-
XYZ25.0429.3172.05-
YUV118.73185.1446.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.31%
GREEN value IS 157 (61.72% from 255) = 41.10%
BLUE value IS 220 (86.33% from 255) = 57.59%
R=1.31%
G=41.10%
B=57.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51572200.980.2900.14197.5895.5644.12
Hex59DDC621D0Ec6602c
Octal52353341423501630614054
Binary101100111011101110011000101110101110110001101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059ddc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,157,220); }

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

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

 a { background-color: rgb(5,157,220); }

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

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

 span { border-color: rgb(5,157,220); }

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