Html Css Color HEX #059ACB Pacific Blue

📋 copy color: '#059ACB'

red 5 ◦ green 154 ◦ blue 203

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

Shades of Pacific Blue #059ACB

Tints of Pacific Blue #059ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.54%

 BLUE value IS 203 (79.69% from 255) = 56.08%

R = 1.38%
G = 42.54%
B = 56.08%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#059ACB (or 0x059ACB) is known color: Pacific Blue. HEX triplet: 05, 9A and CB. RGB value is (5,154,203). Sum of RGB (Red+Green+Blue) = 5+154+203=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #059ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ACB is #FA6534. Grayscale: #727272. Windows color (decimal): -16409909 or 13343237. OLE color: 13343237.

HSL color Cylindrical-coordinate representation of color #059ACB: hue angle of 194.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059ACB is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 154 203 -
CMYK 0.98 0.24 0 0.20
HSL 194.85º 0.95% 0.41% -
HSV(B) 194.85º 0.98% 0.8% -
XYZ 22.4 27.46 60.62 -
YUV 115.04 177.64 49.52 -
System Red Green Blue C M Y K H S L
Decimal 5 154 203 0.98 0.24 0 0.20 194.85 0.95 0.41
Hex 5 9A CB 62 18 0 14 C3 5F 29
Octal 5 232 313 142 30 0 24 303 137 51
Binary 101 10011010 11001011 1100010 11000 0 10100 11000011 1011111 101001

Color Harmonies of #059ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059ACB

Black with #059ACB

Text Example


Text Example

White with #059ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,154,203); }

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

background-color css

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

 a { background-color: rgb(5,154,203); }

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

border-color css

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

 span { border-color: rgb(5,154,203); }

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