Html Css Color HEX #059ED3 Pacific Blue

📋 copy color: '#059ED3'

red 5 ◦ green 158 ◦ blue 211

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

Shades of Pacific Blue #059ED3

Tints of Pacific Blue #059ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 56.42%

R = 1.34%
G = 42.25%
B = 56.42%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#059ED3 (or 0x059ED3) is known color: Pacific Blue. HEX triplet: 05, 9E and D3. RGB value is (5,158,211). Sum of RGB (Red+Green+Blue) = 5+158+211=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 211 (82.81% from 255 or 56.42% from 374); Max value from RGB is 211 - color contains mainly: blue. Hex color #059ED3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ED3 is #FA612C. Grayscale: #757575. Windows color (decimal): -16408877 or 13868549. OLE color: 13868549.

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

Color convert

RGB 5 158 211 -
CMYK 0.98 0.25 0 0.17
HSL 195.44º 0.95% 0.42% -
HSV(B) 195.44º 0.98% 0.83% -
XYZ 24.05 29.19 65.99 -
YUV 118.3 180.31 47.19 -
System Red Green Blue C M Y K H S L
Decimal 5 158 211 0.98 0.25 0 0.17 195.44 0.95 0.42
Hex 5 9E D3 62 19 0 11 C3 5F 2A
Octal 5 236 323 142 31 0 21 303 137 52
Binary 101 10011110 11010011 1100010 11001 0 10001 11000011 1011111 101010

Color Harmonies of #059ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059ED3

Black with #059ED3

Text Example


Text Example

White with #059ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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