Html Css Color HEX #059BC9 Pacific Blue

📋 copy color: '#059BC9'

red 5 ◦ green 155 ◦ blue 201

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

Shades of Pacific Blue #059BC9

Tints of Pacific Blue #059BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.94%

 BLUE value IS 201 (78.91% from 255) = 55.68%

R = 1.39%
G = 42.94%
B = 55.68%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#059BC9 (or 0x059BC9) is known color: Pacific Blue. HEX triplet: 05, 9B and C9. RGB value is (5,155,201). Sum of RGB (Red+Green+Blue) = 5+155+201=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #059BC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BC9 is #FA6436. Grayscale: #737373. Windows color (decimal): -16409655 or 13212421. OLE color: 13212421.

HSL color Cylindrical-coordinate representation of color #059BC9: hue angle of 194.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BC9 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 155 201 -
CMYK 0.98 0.23 0 0.21
HSL 194.08º 0.95% 0.4% -
HSV(B) 194.08º 0.98% 0.79% -
XYZ 22.33 27.69 59.43 -
YUV 115.39 176.31 49.26 -
System Red Green Blue C M Y K H S L
Decimal 5 155 201 0.98 0.23 0 0.21 194.08 0.95 0.4
Hex 5 9B C9 62 17 0 15 C2 5F 28
Octal 5 233 311 142 27 0 25 302 137 50
Binary 101 10011011 11001001 1100010 10111 0 10101 11000010 1011111 101000

Color Harmonies of #059BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BC9

Black with #059BC9

Text Example


Text Example

White with #059BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,155,201); }

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

background-color css

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

 a { background-color: rgb(5,155,201); }

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

border-color css

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

 span { border-color: rgb(5,155,201); }

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