Html Css Color HEX #059ECB Pacific Blue

📋 copy color: '#059ECB'

red 5 ◦ green 158 ◦ blue 203

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

Shades of Pacific Blue #059ECB

Tints of Pacific Blue #059ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 1.37%
G = 43.17%
B = 55.46%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#059ECB (or 0x059ECB) is known color: Pacific Blue. HEX triplet: 05, 9E and CB. RGB value is (5,158,203). Sum of RGB (Red+Green+Blue) = 5+158+203=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #059ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ECB is #FA6134. Grayscale: #757575. Windows color (decimal): -16408885 or 13344261. OLE color: 13344261.

HSL color Cylindrical-coordinate representation of color #059ECB: hue angle of 193.64º 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 #059ECB is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 158 203 -
CMYK 0.98 0.22 0 0.20
HSL 193.64º 0.95% 0.41% -
HSV(B) 193.64º 0.98% 0.8% -
XYZ 23.07 28.8 60.84 -
YUV 117.38 176.31 47.84 -
System Red Green Blue C M Y K H S L
Decimal 5 158 203 0.98 0.22 0 0.20 193.64 0.95 0.41
Hex 5 9E CB 62 16 0 14 C2 5F 29
Octal 5 236 313 142 26 0 24 302 137 51
Binary 101 10011110 11001011 1100010 10110 0 10100 11000010 1011111 101001

Color Harmonies of #059ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059ECB

Black with #059ECB

Text Example


Text Example

White with #059ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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