Html Css Color HEX #59B0DC Malibu

📋 copy color: '#59B0DC'

red 89 ◦ green 176 ◦ blue 220

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

Shades of Malibu #59B0DC

Tints of Malibu #59B0DC

RGB

 RED value IS 89 (35.16% from 255) = 18.35%

 GREEN value IS 176 (69.14% from 255) = 36.29%

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 18.35%
G = 36.29%
B = 45.36%

CMYK

 C value IS 0.60

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59B0DC (or 0x59B0DC) is known color: Malibu. HEX triplet: 59, B0 and DC. RGB value is (89,176,220). Sum of RGB (Red+Green+Blue) = 89+176+220=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #59B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B0DC is #A64F23. Grayscale: #9A9A9A. Windows color (decimal): -10899236 or 14463065. OLE color: 14463065.

HSL color Cylindrical-coordinate representation of color #59B0DC: hue angle of 200.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59B0DC is Cyan = 0.60, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 176 220 -
CMYK 0.60 0.2 0 0.14
HSL 200.15º 0.65% 0.61% -
HSV(B) 200.15º 0.6% 0.86% -
XYZ 32.56 38.34 73.39 -
YUV 155 164.68 80.92 -
System Red Green Blue C M Y K H S L
Decimal 89 176 220 0.60 0.2 0 0.14 200.15 0.65 0.61
Hex 59 B0 DC 3C 14 0 E C8 41 3D
Octal 131 260 334 74 24 0 16 310 101 75
Binary 1011001 10110000 11011100 111100 10100 0 1110 11001000 1000001 111101

Color Harmonies of #59B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B0DC

Black with #59B0DC

Text Example


Text Example

White with #59B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59B0DC; }

 p { color: rgb(89,176,220); }

 H1.HeaderClassName
 {
   color: #59B0DC;
 }
 .AnyTagClassName
 {
   color: #59B0DC;
 }
</style>

background-color css

<style>
 a { background-color: #59B0DC; }

 a { background-color: rgb(89,176,220); }

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

border-color css

<style>
 span { border-color: #59B0DC; }

 span { border-color: rgb(89,176,220); }

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