Html Css Color HEX #059BD6 Pacific Blue

📋 copy color: '#059BD6'

red 5 ◦ green 155 ◦ blue 214

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

Shades of Pacific Blue #059BD6

Tints of Pacific Blue #059BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.22%

R = 1.34%
G = 41.44%
B = 57.22%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#059BD6 (or 0x059BD6) is known color: Pacific Blue. HEX triplet: 05, 9B and D6. RGB value is (5,155,214). Sum of RGB (Red+Green+Blue) = 5+155+214=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #059BD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BD6 is #FA6429. Grayscale: #747474. Windows color (decimal): -16409642 or 14064389. OLE color: 14064389.

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

Color convert

RGB 5 155 214 -
CMYK 0.98 0.28 0 0.16
HSL 196.94º 0.95% 0.43% -
HSV(B) 196.94º 0.98% 0.84% -
XYZ 23.92 28.33 67.83 -
YUV 116.88 182.81 48.2 -
System Red Green Blue C M Y K H S L
Decimal 5 155 214 0.98 0.28 0 0.16 196.94 0.95 0.43
Hex 5 9B D6 62 1C 0 10 C5 5F 2B
Octal 5 233 326 142 34 0 20 305 137 53
Binary 101 10011011 11010110 1100010 11100 0 10000 11000101 1011111 101011

Color Harmonies of #059BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BD6

Black with #059BD6

Text Example


Text Example

White with #059BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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