Html Css Color HEX #059BCA Pacific Blue

📋 copy color: '#059BCA'

red 5 ◦ green 155 ◦ blue 202

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

Shades of Pacific Blue #059BCA

Tints of Pacific Blue #059BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.8%

R = 1.38%
G = 42.82%
B = 55.8%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#059BCA (or 0x059BCA) is known color: Pacific Blue. HEX triplet: 05, 9B and CA. RGB value is (5,155,202). Sum of RGB (Red+Green+Blue) = 5+155+202=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #059BCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BCA is #FA6435. Grayscale: #737373. Windows color (decimal): -16409654 or 13277957. OLE color: 13277957.

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

Color convert

RGB 5 155 202 -
CMYK 0.98 0.23 0 0.21
HSL 194.31º 0.95% 0.41% -
HSV(B) 194.31º 0.98% 0.79% -
XYZ 22.44 27.74 60.05 -
YUV 115.51 176.81 49.18 -
System Red Green Blue C M Y K H S L
Decimal 5 155 202 0.98 0.23 0 0.21 194.31 0.95 0.41
Hex 5 9B CA 62 17 0 15 C2 5F 29
Octal 5 233 312 142 27 0 25 302 137 51
Binary 101 10011011 11001010 1100010 10111 0 10101 11000010 1011111 101001

Color Harmonies of #059BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059BCA

Black with #059BCA

Text Example


Text Example

White with #059BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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