Html Css Color HEX #059BE6 Pacific Blue

📋 copy color: '#059BE6'

red 5 ◦ green 155 ◦ blue 230

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

Shades of Pacific Blue #059BE6

Tints of Pacific Blue #059BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 58.97%

R = 1.28%
G = 39.74%
B = 58.97%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#059BE6 (or 0x059BE6) is known color: Pacific Blue. HEX triplet: 05, 9B and E6. RGB value is (5,155,230). Sum of RGB (Red+Green+Blue) = 5+155+230=390 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 230 (90.23% from 255 or 58.97% from 390); Max value from RGB is 230 - color contains mainly: blue. Hex color #059BE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BE6 is #FA6419. Grayscale: #767676. Windows color (decimal): -16409626 or 15112965. OLE color: 15112965.

HSL color Cylindrical-coordinate representation of color #059BE6: hue angle of 200º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BE6 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 5 155 230 -
CMYK 0.98 0.33 0 0.10
HSL 200º 0.96% 0.46% -
HSV(B) 200º 0.98% 0.9% -
XYZ 26.07 29.19 79.12 -
YUV 118.7 190.81 46.9 -
System Red Green Blue C M Y K H S L
Decimal 5 155 230 0.98 0.33 0 0.10 200 0.96 0.46
Hex 5 9B E6 62 21 0 A C8 60 2E
Octal 5 233 346 142 41 0 12 310 140 56
Binary 101 10011011 11100110 1100010 100001 0 1010 11001000 1100000 101110

Color Harmonies of #059BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BE6

Black with #059BE6

Text Example


Text Example

White with #059BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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