Html Css Color HEX #059AC0 Pacific Blue

📋 copy color: '#059AC0'

red 5 ◦ green 154 ◦ blue 192

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

Shades of Pacific Blue #059AC0

Tints of Pacific Blue #059AC0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.87%

 BLUE value IS 192 (75.39% from 255) = 54.7%

R = 1.42%
G = 43.87%
B = 54.7%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#059AC0 (or 0x059AC0) is known color: Pacific Blue. HEX triplet: 05, 9A and C0. RGB value is (5,154,192). Sum of RGB (Red+Green+Blue) = 5+154+192=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #059AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059AC0 is #FA653F. Grayscale: #717171. Windows color (decimal): -16409920 or 12622341. OLE color: 12622341.

HSL color Cylindrical-coordinate representation of color #059AC0: hue angle of 192.19º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059AC0 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 154 192 -
CMYK 0.97 0.20 0 0.25
HSL 192.19º 0.95% 0.39% -
HSV(B) 192.19º 0.97% 0.75% -
XYZ 21.13 26.95 53.96 -
YUV 113.78 172.14 50.41 -
System Red Green Blue C M Y K H S L
Decimal 5 154 192 0.97 0.20 0 0.25 192.19 0.95 0.39
Hex 5 9A C0 61 14 0 19 C0 5F 27
Octal 5 232 300 141 24 0 31 300 137 47
Binary 101 10011010 11000000 1100001 10100 0 11001 11000000 1011111 100111

Color Harmonies of #059AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AC0

Black with #059AC0

Text Example


Text Example

White with #059AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,154,192); }

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

background-color css

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

 a { background-color: rgb(5,154,192); }

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

border-color css

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

 span { border-color: rgb(5,154,192); }

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