Html Css Color HEX #059DBB Pacific Blue

📋 copy color: '#059DBB'

red 5 ◦ green 157 ◦ blue 187

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

Shades of Pacific Blue #059DBB

Tints of Pacific Blue #059DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.58%

R = 1.43%
G = 44.99%
B = 53.58%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#059DBB (or 0x059DBB) is known color: Pacific Blue. HEX triplet: 05, 9D and BB. RGB value is (5,157,187). Sum of RGB (Red+Green+Blue) = 5+157+187=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #059DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DBB is #FA6244. Grayscale: #727272. Windows color (decimal): -16409157 or 12295429. OLE color: 12295429.

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

Color convert

RGB 5 157 187 -
CMYK 0.97 0.16 0 0.27
HSL 189.89º 0.95% 0.38% -
HSV(B) 189.89º 0.97% 0.73% -
XYZ 21.09 27.73 51.26 -
YUV 114.97 168.64 49.56 -
System Red Green Blue C M Y K H S L
Decimal 5 157 187 0.97 0.16 0 0.27 189.89 0.95 0.38
Hex 5 9D BB 61 10 0 1B BE 5F 26
Octal 5 235 273 141 20 0 33 276 137 46
Binary 101 10011101 10111011 1100001 10000 0 11011 10111110 1011111 100110

Color Harmonies of #059DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DBB

Black with #059DBB

Text Example


Text Example

White with #059DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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