Html Css Color HEX #059CC1 Pacific Blue

📋 copy color: '#059CC1'

red 5 ◦ green 156 ◦ blue 193

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

Shades of Pacific Blue #059CC1

Tints of Pacific Blue #059CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 54.52%

R = 1.41%
G = 44.07%
B = 54.52%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#059CC1 (or 0x059CC1) is known color: Pacific Blue. HEX triplet: 05, 9C and C1. RGB value is (5,156,193). Sum of RGB (Red+Green+Blue) = 5+156+193=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #059CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CC1 is #FA633E. Grayscale: #727272. Windows color (decimal): -16409407 or 12688389. OLE color: 12688389.

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

Color convert

RGB 5 156 193 -
CMYK 0.97 0.19 0 0.24
HSL 191.81º 0.95% 0.39% -
HSV(B) 191.81º 0.97% 0.76% -
XYZ 21.58 27.66 54.65 -
YUV 115.07 171.97 49.49 -
System Red Green Blue C M Y K H S L
Decimal 5 156 193 0.97 0.19 0 0.24 191.81 0.95 0.39
Hex 5 9C C1 61 13 0 18 C0 5F 27
Octal 5 234 301 141 23 0 30 300 137 47
Binary 101 10011100 11000001 1100001 10011 0 11000 11000000 1011111 100111

Color Harmonies of #059CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CC1

Black with #059CC1

Text Example


Text Example

White with #059CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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