Html Css Color HEX #059DBF Pacific Blue

📋 copy color: '#059DBF'

red 5 ◦ green 157 ◦ blue 191

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

Shades of Pacific Blue #059DBF

Tints of Pacific Blue #059DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.48%

 BLUE value IS 191 (75% from 255) = 54.11%

R = 1.42%
G = 44.48%
B = 54.11%

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

#059DBF (or 0x059DBF) is known color: Pacific Blue. HEX triplet: 05, 9D and BF. RGB value is (5,157,191). Sum of RGB (Red+Green+Blue) = 5+157+191=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #059DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DBF is #FA6240. Grayscale: #737373. Windows color (decimal): -16409153 or 12557573. OLE color: 12557573.

HSL color Cylindrical-coordinate representation of color #059DBF: hue angle of 190.97º 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 #059DBF is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 157 191 -
CMYK 0.97 0.18 0 0.25
HSL 190.97º 0.95% 0.38% -
HSV(B) 190.97º 0.97% 0.75% -
XYZ 21.52 27.91 53.54 -
YUV 115.43 170.64 49.24 -
System Red Green Blue C M Y K H S L
Decimal 5 157 191 0.97 0.18 0 0.25 190.97 0.95 0.38
Hex 5 9D BF 61 12 0 19 BF 5F 26
Octal 5 235 277 141 22 0 31 277 137 46
Binary 101 10011101 10111111 1100001 10010 0 11001 10111111 1011111 100110

Color Harmonies of #059DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DBF

Black with #059DBF

Text Example


Text Example

White with #059DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,157,191); }

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

background-color css

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

 a { background-color: rgb(5,157,191); }

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

border-color css

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

 span { border-color: rgb(5,157,191); }

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