Html Css Color HEX #059CC4 Pacific Blue

📋 copy color: '#059CC4'

red 5 ◦ green 156 ◦ blue 196

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

Shades of Pacific Blue #059CC4

Tints of Pacific Blue #059CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 54.9%

R = 1.4%
G = 43.7%
B = 54.9%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#059CC4 (or 0x059CC4) is known color: Pacific Blue. HEX triplet: 05, 9C and C4. RGB value is (5,156,196). Sum of RGB (Red+Green+Blue) = 5+156+196=357 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 196 (76.95% from 255 or 54.90% from 357); Max value from RGB is 196 - color contains mainly: blue. Hex color #059CC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CC4 is #FA633B. Grayscale: #737373. Windows color (decimal): -16409404 or 12884997. OLE color: 12884997.

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

Color convert

RGB 5 156 196 -
CMYK 0.97 0.20 0 0.23
HSL 192.57º 0.95% 0.39% -
HSV(B) 192.57º 0.97% 0.77% -
XYZ 21.91 27.79 56.43 -
YUV 115.41 173.47 49.25 -
System Red Green Blue C M Y K H S L
Decimal 5 156 196 0.97 0.20 0 0.23 192.57 0.95 0.39
Hex 5 9C C4 61 14 0 17 C1 5F 27
Octal 5 234 304 141 24 0 27 301 137 47
Binary 101 10011100 11000100 1100001 10100 0 10111 11000001 1011111 100111

Color Harmonies of #059CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CC4

Black with #059CC4

Text Example


Text Example

White with #059CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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