Html Css Color HEX #059FCC Pacific Blue

📋 copy color: '#059FCC'

red 5 ◦ green 159 ◦ blue 204

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

Shades of Pacific Blue #059FCC

Tints of Pacific Blue #059FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.21%

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

R = 1.36%
G = 43.21%
B = 55.43%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#059FCC (or 0x059FCC) is known color: Pacific Blue. HEX triplet: 05, 9F and CC. RGB value is (5,159,204). Sum of RGB (Red+Green+Blue) = 5+159+204=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #059FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FCC is #FA6033. Grayscale: #757575. Windows color (decimal): -16408628 or 13410053. OLE color: 13410053.

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

Color convert

RGB 5 159 204 -
CMYK 0.98 0.22 0 0.2
HSL 193.57º 0.95% 0.41% -
HSV(B) 193.57º 0.98% 0.8% -
XYZ 23.36 29.19 61.53 -
YUV 118.08 176.48 47.34 -
System Red Green Blue C M Y K H S L
Decimal 5 159 204 0.98 0.22 0 0.2 193.57 0.95 0.41
Hex 5 9F CC 62 16 0 14 C2 5F 29
Octal 5 237 314 142 26 0 24 302 137 51
Binary 101 10011111 11001100 1100010 10110 0 10100 11000010 1011111 101001

Color Harmonies of #059FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FCC

Black with #059FCC

Text Example


Text Example

White with #059FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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