Html Css Color HEX #059DBC Pacific Blue

📋 copy color: '#059DBC'

red 5 ◦ green 157 ◦ blue 188

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

Shades of Pacific Blue #059DBC

Tints of Pacific Blue #059DBC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.86%

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 1.43%
G = 44.86%
B = 53.71%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#059DBC (or 0x059DBC) is known color: Pacific Blue. HEX triplet: 05, 9D and BC. RGB value is (5,157,188). Sum of RGB (Red+Green+Blue) = 5+157+188=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #059DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DBC is #FA6243. Grayscale: #727272. Windows color (decimal): -16409156 or 12360965. OLE color: 12360965.

HSL color Cylindrical-coordinate representation of color #059DBC: hue angle of 190.16º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059DBC is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 157 188 -
CMYK 0.97 0.16 0 0.26
HSL 190.16º 0.95% 0.38% -
HSV(B) 190.16º 0.97% 0.74% -
XYZ 21.2 27.78 51.82 -
YUV 115.09 169.14 49.48 -
System Red Green Blue C M Y K H S L
Decimal 5 157 188 0.97 0.16 0 0.26 190.16 0.95 0.38
Hex 5 9D BC 61 10 0 1A BE 5F 26
Octal 5 235 274 141 20 0 32 276 137 46
Binary 101 10011101 10111100 1100001 10000 0 11010 10111110 1011111 100110

Color Harmonies of #059DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DBC

Black with #059DBC

Text Example


Text Example

White with #059DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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