Html Css Color HEX #059FBC Pacific Blue

📋 copy color: '#059FBC'

red 5 ◦ green 159 ◦ blue 188

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

Shades of Pacific Blue #059FBC

Tints of Pacific Blue #059FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.17%

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

R = 1.42%
G = 45.17%
B = 53.41%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#059FBC (or 0x059FBC) is known color: Pacific Blue. HEX triplet: 05, 9F and BC. RGB value is (5,159,188). Sum of RGB (Red+Green+Blue) = 5+159+188=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #059FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FBC is #FA6043. Grayscale: #737373. Windows color (decimal): -16408644 or 12361477. OLE color: 12361477.

HSL color Cylindrical-coordinate representation of color #059FBC: hue angle of 189.51º 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 #059FBC is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 159 188 -
CMYK 0.97 0.15 0 0.26
HSL 189.51º 0.95% 0.38% -
HSV(B) 189.51º 0.97% 0.74% -
XYZ 21.54 28.46 51.94 -
YUV 116.26 168.48 48.64 -
System Red Green Blue C M Y K H S L
Decimal 5 159 188 0.97 0.15 0 0.26 189.51 0.95 0.38
Hex 5 9F BC 61 F 0 1A BE 5F 26
Octal 5 237 274 141 17 0 32 276 137 46
Binary 101 10011111 10111100 1100001 1111 0 11010 10111110 1011111 100110

Color Harmonies of #059FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FBC

Black with #059FBC

Text Example


Text Example

White with #059FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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