Html Css Color HEX #059DC4 Pacific Blue

📋 copy color: '#059DC4'

red 5 ◦ green 157 ◦ blue 196

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

Shades of Pacific Blue #059DC4

Tints of Pacific Blue #059DC4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.85%

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

R = 1.4%
G = 43.85%
B = 54.75%

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

#059DC4 (or 0x059DC4) is known color: Pacific Blue. HEX triplet: 05, 9D and C4. RGB value is (5,157,196). Sum of RGB (Red+Green+Blue) = 5+157+196=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #059DC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DC4 is #FA623B. Grayscale: #737373. Windows color (decimal): -16409148 or 12885253. OLE color: 12885253.

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

Color convert

RGB 5 157 196 -
CMYK 0.97 0.20 0 0.23
HSL 192.25º 0.95% 0.39% -
HSV(B) 192.25º 0.97% 0.77% -
XYZ 22.08 28.13 56.49 -
YUV 116 173.14 48.83 -
System Red Green Blue C M Y K H S L
Decimal 5 157 196 0.97 0.20 0 0.23 192.25 0.95 0.39
Hex 5 9D C4 61 14 0 17 C0 5F 27
Octal 5 235 304 141 24 0 27 300 137 47
Binary 101 10011101 11000100 1100001 10100 0 10111 11000000 1011111 100111

Color Harmonies of #059DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DC4

Black with #059DC4

Text Example


Text Example

White with #059DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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