Html Css Color HEX #059ECC Pacific Blue

📋 copy color: '#059ECC'

red 5 ◦ green 158 ◦ blue 204

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

Shades of Pacific Blue #059ECC

Tints of Pacific Blue #059ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 1.36%
G = 43.05%
B = 55.59%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#059ECC (or 0x059ECC) is known color: Pacific Blue. HEX triplet: 05, 9E and CC. RGB value is (5,158,204). Sum of RGB (Red+Green+Blue) = 5+158+204=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #059ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ECC is #FA6133. Grayscale: #757575. Windows color (decimal): -16408884 or 13409797. OLE color: 13409797.

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

Color convert

RGB 5 158 204 -
CMYK 0.98 0.23 0 0.2
HSL 193.87º 0.95% 0.41% -
HSV(B) 193.87º 0.98% 0.8% -
XYZ 23.19 28.85 61.47 -
YUV 117.5 176.81 47.76 -
System Red Green Blue C M Y K H S L
Decimal 5 158 204 0.98 0.23 0 0.2 193.87 0.95 0.41
Hex 5 9E CC 62 17 0 14 C2 5F 29
Octal 5 236 314 142 27 0 24 302 137 51
Binary 101 10011110 11001100 1100010 10111 0 10100 11000010 1011111 101001

Color Harmonies of #059ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059ECC

Black with #059ECC

Text Example


Text Example

White with #059ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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