Html Css Color HEX #059ED1 Pacific Blue

📋 copy color: '#059ED1'

red 5 ◦ green 158 ◦ blue 209

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

Shades of Pacific Blue #059ED1

Tints of Pacific Blue #059ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 56.18%

R = 1.34%
G = 42.47%
B = 56.18%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#059ED1 (or 0x059ED1) is known color: Pacific Blue. HEX triplet: 05, 9E and D1. RGB value is (5,158,209). Sum of RGB (Red+Green+Blue) = 5+158+209=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 209 (82.03% from 255 or 56.18% from 372); Max value from RGB is 209 - color contains mainly: blue. Hex color #059ED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ED1 is #FA612E. Grayscale: #757575. Windows color (decimal): -16408879 or 13737477. OLE color: 13737477.

HSL color Cylindrical-coordinate representation of color #059ED1: hue angle of 195º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059ED1 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 158 209 -
CMYK 0.98 0.24 0 0.18
HSL 195º 0.95% 0.42% -
HSV(B) 195º 0.98% 0.82% -
XYZ 23.8 29.09 64.68 -
YUV 118.07 179.31 47.35 -
System Red Green Blue C M Y K H S L
Decimal 5 158 209 0.98 0.24 0 0.18 195 0.95 0.42
Hex 5 9E D1 62 18 0 12 C3 5F 2A
Octal 5 236 321 142 30 0 22 303 137 52
Binary 101 10011110 11010001 1100010 11000 0 10010 11000011 1011111 101010

Color Harmonies of #059ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059ED1

Black with #059ED1

Text Example


Text Example

White with #059ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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