Html Css Color HEX #059BBE Pacific Blue

📋 copy color: '#059BBE'

red 5 ◦ green 155 ◦ blue 190

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

Shades of Pacific Blue #059BBE

Tints of Pacific Blue #059BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 1.43%
G = 44.29%
B = 54.29%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#059BBE (or 0x059BBE) is known color: Pacific Blue. HEX triplet: 05, 9B and BE. RGB value is (5,155,190). Sum of RGB (Red+Green+Blue) = 5+155+190=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #059BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BBE is #FA6441. Grayscale: #717171. Windows color (decimal): -16409666 or 12491525. OLE color: 12491525.

HSL color Cylindrical-coordinate representation of color #059BBE: hue angle of 191.35º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059BBE is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 155 190 -
CMYK 0.97 0.18 0 0.25
HSL 191.35º 0.95% 0.38% -
HSV(B) 191.35º 0.97% 0.75% -
XYZ 21.08 27.19 52.85 -
YUV 114.14 170.81 50.15 -
System Red Green Blue C M Y K H S L
Decimal 5 155 190 0.97 0.18 0 0.25 191.35 0.95 0.38
Hex 5 9B BE 61 12 0 19 BF 5F 26
Octal 5 233 276 141 22 0 31 277 137 46
Binary 101 10011011 10111110 1100001 10010 0 11001 10111111 1011111 100110

Color Harmonies of #059BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BBE

Black with #059BBE

Text Example


Text Example

White with #059BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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