Html Css Color HEX #059BCE Pacific Blue

📋 copy color: '#059BCE'

red 5 ◦ green 155 ◦ blue 206

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

Shades of Pacific Blue #059BCE

Tints of Pacific Blue #059BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 1.37%
G = 42.35%
B = 56.28%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#059BCE (or 0x059BCE) is known color: Pacific Blue. HEX triplet: 05, 9B and CE. RGB value is (5,155,206). Sum of RGB (Red+Green+Blue) = 5+155+206=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #059BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BCE is #FA6431. Grayscale: #737373. Windows color (decimal): -16409650 or 13540101. OLE color: 13540101.

HSL color Cylindrical-coordinate representation of color #059BCE: hue angle of 195.22º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BCE is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 155 206 -
CMYK 0.98 0.25 0 0.19
HSL 195.22º 0.95% 0.41% -
HSV(B) 195.22º 0.98% 0.81% -
XYZ 22.92 27.93 62.58 -
YUV 115.96 178.81 48.85 -
System Red Green Blue C M Y K H S L
Decimal 5 155 206 0.98 0.25 0 0.19 195.22 0.95 0.41
Hex 5 9B CE 62 19 0 13 C3 5F 29
Octal 5 233 316 142 31 0 23 303 137 51
Binary 101 10011011 11001110 1100010 11001 0 10011 11000011 1011111 101001

Color Harmonies of #059BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BCE

Black with #059BCE

Text Example


Text Example

White with #059BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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