Html Css Color HEX #059CCC Pacific Blue

📋 copy color: '#059CCC'

red 5 ◦ green 156 ◦ blue 204

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

Shades of Pacific Blue #059CCC

Tints of Pacific Blue #059CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.74%

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

R = 1.37%
G = 42.74%
B = 55.89%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#059CCC (or 0x059CCC) is known color: Pacific Blue. HEX triplet: 05, 9C and CC. RGB value is (5,156,204). Sum of RGB (Red+Green+Blue) = 5+156+204=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #059CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CCC is #FA6333. Grayscale: #737373. Windows color (decimal): -16409396 or 13409285. OLE color: 13409285.

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

Color convert

RGB 5 156 204 -
CMYK 0.98 0.24 0 0.2
HSL 194.47º 0.95% 0.41% -
HSV(B) 194.47º 0.98% 0.8% -
XYZ 22.85 28.17 61.36 -
YUV 116.32 177.47 48.6 -
System Red Green Blue C M Y K H S L
Decimal 5 156 204 0.98 0.24 0 0.2 194.47 0.95 0.41
Hex 5 9C CC 62 18 0 14 C2 5F 29
Octal 5 234 314 142 30 0 24 302 137 51
Binary 101 10011100 11001100 1100010 11000 0 10100 11000010 1011111 101001

Color Harmonies of #059CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CCC

Black with #059CCC

Text Example


Text Example

White with #059CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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