Html Css Color HEX #059BDA Pacific Blue

📋 copy color: '#059BDA'

red 5 ◦ green 155 ◦ blue 218

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

Shades of Pacific Blue #059BDA

Tints of Pacific Blue #059BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 1.32%
G = 41.01%
B = 57.67%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#059BDA (or 0x059BDA) is known color: Pacific Blue. HEX triplet: 05, 9B and DA. RGB value is (5,155,218). Sum of RGB (Red+Green+Blue) = 5+155+218=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #059BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BDA is #FA6425. Grayscale: #747474. Windows color (decimal): -16409638 or 14326533. OLE color: 14326533.

HSL color Cylindrical-coordinate representation of color #059BDA: hue angle of 197.75º degrees, saturation: 0.96, 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 #059BDA is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 155 218 -
CMYK 0.98 0.29 0 0.15
HSL 197.75º 0.96% 0.44% -
HSV(B) 197.75º 0.98% 0.85% -
XYZ 24.44 28.54 70.55 -
YUV 117.33 184.81 47.88 -
System Red Green Blue C M Y K H S L
Decimal 5 155 218 0.98 0.29 0 0.15 197.75 0.96 0.44
Hex 5 9B DA 62 1D 0 F C6 60 2C
Octal 5 233 332 142 35 0 17 306 140 54
Binary 101 10011011 11011010 1100010 11101 0 1111 11000110 1100000 101100

Color Harmonies of #059BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BDA

Black with #059BDA

Text Example


Text Example

White with #059BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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