Shades of Malibu #59BFDB
Tints of Malibu #59BFDB
RGB
CMYK
RGB Variations
Color information
#59BFDB (or 0x59BFDB) is known color: Malibu. HEX triplet: 59, BF and DB. RGB value is (89,191,219). Sum of RGB (Red+Green+Blue) = 89+191+219=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #59BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFDB is #A64024. Grayscale: #A3A3A3. Windows color (decimal): -10895397 or 14401369. OLE color: 14401369.
HSL color Cylindrical-coordinate representation of color #59BFDB: hue angle of 192.92º 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 #59BFDB is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 191 | 219 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.14 |
| HSL | 192.92º | 0.64% | 0.6% | - |
| HSV(B) | 192.92º | 0.59% | 0.86% | - |
| XYZ | 35.54 | 44.5 | 73.73 | - |
| YUV | 163.69 | 159.21 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 219 | 0.59 | 0.13 | 0 | 0.14 | 192.92 | 0.64 | 0.6 |
| Hex | 59 | BF | DB | 3B | D | 0 | E | C1 | 40 | 3C |
| Octal | 131 | 277 | 333 | 73 | 15 | 0 | 16 | 301 | 100 | 74 |
| Binary | 1011001 | 10111111 | 11011011 | 111011 | 1101 | 0 | 1110 | 11000001 | 1000000 | 111100 |
Color Harmonies of #59BFDB
Complementary color
Monochromatic Colors of #59BFDB
Black with #59BFDB
Text Example
Text Example
White with #59BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BFDB; }
p { color: rgb(89,191,219); }
H1.HeaderClassName
{
color: #59BFDB;
}
.AnyTagClassName
{
color: #59BFDB;
}
</style>
background-color css
<style>
a { background-color: #59BFDB; }
a { background-color: rgb(89,191,219); }
div.DivClassName
{
background-color: #59BFDB;
}
.BgClassName
{
background-color: #59BFDB;
}
</style>
border-color css
<style>
span { border-color: #59BFDB; }
span { border-color: rgb(89,191,219); }
td.TdClassName
{
border-color: #59BFDB;
}
.TagClassName
{
border-color: #59BFDB;
}
</style>