Html Css Color HEX #59B6DB Malibu

📋 copy color: '#59B6DB'

red 89 ◦ green 182 ◦ blue 219

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

Shades of Malibu #59B6DB

Tints of Malibu #59B6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.14%

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

R = 18.16%
G = 37.14%
B = 44.69%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59B6DB (or 0x59B6DB) is known color: Malibu. HEX triplet: 59, B6 and DB. RGB value is (89,182,219). Sum of RGB (Red+Green+Blue) = 89+182+219=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #59B6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B6DB is #A64924. Grayscale: #9E9E9E. Windows color (decimal): -10897701 or 14399065. OLE color: 14399065.

HSL color Cylindrical-coordinate representation of color #59B6DB: hue angle of 197.08º 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 #59B6DB is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 182 219 -
CMYK 0.59 0.17 0 0.14
HSL 197.08º 0.64% 0.6% -
HSV(B) 197.08º 0.59% 0.86% -
XYZ 33.63 40.69 73.1 -
YUV 158.41 162.19 78.49 -
System Red Green Blue C M Y K H S L
Decimal 89 182 219 0.59 0.17 0 0.14 197.08 0.64 0.6
Hex 59 B6 DB 3B 11 0 E C5 40 3C
Octal 131 266 333 73 21 0 16 305 100 74
Binary 1011001 10110110 11011011 111011 10001 0 1110 11000101 1000000 111100

Color Harmonies of #59B6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B6DB

Black with #59B6DB

Text Example


Text Example

White with #59B6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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