Html Css Color HEX #059ECD Pacific Blue

📋 copy color: '#059ECD'

red 5 ◦ green 158 ◦ blue 205

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

Shades of Pacific Blue #059ECD

Tints of Pacific Blue #059ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 1.36%
G = 42.93%
B = 55.71%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#059ECD (or 0x059ECD) is known color: Pacific Blue. HEX triplet: 05, 9E and CD. RGB value is (5,158,205). Sum of RGB (Red+Green+Blue) = 5+158+205=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #059ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ECD is #FA6132. Grayscale: #757575. Windows color (decimal): -16408883 or 13475333. OLE color: 13475333.

HSL color Cylindrical-coordinate representation of color #059ECD: hue angle of 194.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059ECD is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 158 205 -
CMYK 0.98 0.23 0 0.20
HSL 194.1º 0.95% 0.41% -
HSV(B) 194.1º 0.98% 0.8% -
XYZ 23.31 28.89 62.11 -
YUV 117.61 177.31 47.68 -
System Red Green Blue C M Y K H S L
Decimal 5 158 205 0.98 0.23 0 0.20 194.1 0.95 0.41
Hex 5 9E CD 62 17 0 14 C2 5F 29
Octal 5 236 315 142 27 0 24 302 137 51
Binary 101 10011110 11001101 1100010 10111 0 10100 11000010 1011111 101001

Color Harmonies of #059ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059ECD

Black with #059ECD

Text Example


Text Example

White with #059ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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