Html Css Color HEX #059CBE Pacific Blue

📋 copy color: '#059CBE'

red 5 ◦ green 156 ◦ blue 190

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

Shades of Pacific Blue #059CBE

Tints of Pacific Blue #059CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.44%

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 1.42%
G = 44.44%
B = 54.13%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#059CBE (or 0x059CBE) is known color: Pacific Blue. HEX triplet: 05, 9C and BE. RGB value is (5,156,190). Sum of RGB (Red+Green+Blue) = 5+156+190=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #059CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CBE is #FA6341. Grayscale: #727272. Windows color (decimal): -16409410 or 12491781. OLE color: 12491781.

HSL color Cylindrical-coordinate representation of color #059CBE: hue angle of 191.03º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059CBE is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 156 190 -
CMYK 0.97 0.18 0 0.25
HSL 191.03º 0.95% 0.38% -
HSV(B) 191.03º 0.97% 0.75% -
XYZ 21.25 27.53 52.91 -
YUV 114.73 170.47 49.74 -
System Red Green Blue C M Y K H S L
Decimal 5 156 190 0.97 0.18 0 0.25 191.03 0.95 0.38
Hex 5 9C BE 61 12 0 19 BF 5F 26
Octal 5 234 276 141 22 0 31 277 137 46
Binary 101 10011100 10111110 1100001 10010 0 11001 10111111 1011111 100110

Color Harmonies of #059CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CBE

Black with #059CBE

Text Example


Text Example

White with #059CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,156,190); }

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

background-color css

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

 a { background-color: rgb(5,156,190); }

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

border-color css

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

 span { border-color: rgb(5,156,190); }

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