Html Css Color HEX #59B0DB Malibu

📋 copy color: '#59B0DB'

red 89 ◦ green 176 ◦ blue 219

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

Shades of Malibu #59B0DB

Tints of Malibu #59B0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 18.39%
G = 36.36%
B = 45.25%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59B0DB (or 0x59B0DB) is known color: Malibu. HEX triplet: 59, B0 and DB. RGB value is (89,176,219). Sum of RGB (Red+Green+Blue) = 89+176+219=484 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.39% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #59B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B0DB is #A64F24. Grayscale: #9A9A9A. Windows color (decimal): -10899237 or 14397529. OLE color: 14397529.

HSL color Cylindrical-coordinate representation of color #59B0DB: hue angle of 199.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59B0DB is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 176 219 -
CMYK 0.59 0.20 0 0.14
HSL 199.85º 0.64% 0.6% -
HSV(B) 199.85º 0.59% 0.86% -
XYZ 32.43 38.29 72.7 -
YUV 154.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 89 176 219 0.59 0.20 0 0.14 199.85 0.64 0.6
Hex 59 B0 DB 3B 14 0 E C8 40 3C
Octal 131 260 333 73 24 0 16 310 100 74
Binary 1011001 10110000 11011011 111011 10100 0 1110 11001000 1000000 111100

Color Harmonies of #59B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B0DB

Black with #59B0DB

Text Example


Text Example

White with #59B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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