Html Css Color HEX #059CDC Pacific Blue

📋 copy color: '#059CDC'

red 5 ◦ green 156 ◦ blue 220

#059CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #059CDC

Tints of Pacific Blue #059CDC

RGB

 RED value IS 5 (2.34% from 255) = 1.31%

 GREEN value IS 156 (61.33% from 255) = 40.94%

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 1.31%
G = 40.94%
B = 57.74%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#059CDC (or 0x059CDC) is known color: Pacific Blue. HEX triplet: 05, 9C and DC. RGB value is (5,156,220). Sum of RGB (Red+Green+Blue) = 5+156+220=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #059CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CDC is #FA6323. Grayscale: #757575. Windows color (decimal): -16409380 or 14457861. OLE color: 14457861.

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

Color convert

RGB 5 156 220 -
CMYK 0.98 0.29 0 0.14
HSL 197.86º 0.96% 0.44% -
HSV(B) 197.86º 0.98% 0.86% -
XYZ 24.87 28.98 71.99 -
YUV 118.15 185.47 47.3 -
System Red Green Blue C M Y K H S L
Decimal 5 156 220 0.98 0.29 0 0.14 197.86 0.96 0.44
Hex 5 9C DC 62 1D 0 E C6 60 2C
Octal 5 234 334 142 35 0 16 306 140 54
Binary 101 10011100 11011100 1100010 11101 0 1110 11000110 1100000 101100

Color Harmonies of #059CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CDC

Black with #059CDC

Text Example


Text Example

White with #059CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #059CDC;
 }
 .AnyTagClassName
 {
   color: #059CDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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