Html Css Color HEX #059DD9 Pacific Blue

📋 copy color: '#059DD9'

red 5 ◦ green 157 ◦ blue 217

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

Shades of Pacific Blue #059DD9

Tints of Pacific Blue #059DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 57.26%

R = 1.32%
G = 41.42%
B = 57.26%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#059DD9 (or 0x059DD9) is known color: Pacific Blue. HEX triplet: 05, 9D and D9. RGB value is (5,157,217). Sum of RGB (Red+Green+Blue) = 5+157+217=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #059DD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DD9 is #FA6226. Grayscale: #767676. Windows color (decimal): -16409127 or 14261509. OLE color: 14261509.

HSL color Cylindrical-coordinate representation of color #059DD9: hue angle of 196.98º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059DD9 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 157 217 -
CMYK 0.98 0.28 0 0.15
HSL 196.98º 0.95% 0.44% -
HSV(B) 196.98º 0.98% 0.85% -
XYZ 24.64 29.16 69.97 -
YUV 118.39 183.64 47.12 -
System Red Green Blue C M Y K H S L
Decimal 5 157 217 0.98 0.28 0 0.15 196.98 0.95 0.44
Hex 5 9D D9 62 1C 0 F C5 5F 2C
Octal 5 235 331 142 34 0 17 305 137 54
Binary 101 10011101 11011001 1100010 11100 0 1111 11000101 1011111 101100

Color Harmonies of #059DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059DD9

Black with #059DD9

Text Example


Text Example

White with #059DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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