Html Css Color HEX #059EC8 Pacific Blue

📋 copy color: '#059EC8'

red 5 ◦ green 158 ◦ blue 200

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

Shades of Pacific Blue #059EC8

Tints of Pacific Blue #059EC8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.53%

 BLUE value IS 200 (78.52% from 255) = 55.1%

R = 1.38%
G = 43.53%
B = 55.1%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#059EC8 (or 0x059EC8) is known color: Pacific Blue. HEX triplet: 05, 9E and C8. RGB value is (5,158,200). Sum of RGB (Red+Green+Blue) = 5+158+200=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #059EC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059EC8 is #FA6137. Grayscale: #747474. Windows color (decimal): -16408888 or 13147653. OLE color: 13147653.

HSL color Cylindrical-coordinate representation of color #059EC8: hue angle of 192.92º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059EC8 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 158 200 -
CMYK 0.98 0.21 0 0.22
HSL 192.92º 0.95% 0.4% -
HSV(B) 192.92º 0.98% 0.78% -
XYZ 22.71 28.66 58.98 -
YUV 117.04 174.81 48.08 -
System Red Green Blue C M Y K H S L
Decimal 5 158 200 0.98 0.21 0 0.22 192.92 0.95 0.4
Hex 5 9E C8 62 15 0 16 C1 5F 28
Octal 5 236 310 142 25 0 26 301 137 50
Binary 101 10011110 11001000 1100010 10101 0 10110 11000001 1011111 101000

Color Harmonies of #059EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EC8

Black with #059EC8

Text Example


Text Example

White with #059EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,158,200); }

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

background-color css

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

 a { background-color: rgb(5,158,200); }

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

border-color css

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

 span { border-color: rgb(5,158,200); }

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