Shades of Malibu #59B7DF
Tints of Malibu #59B7DF
RGB
CMYK
RGB Variations
Color information
#59B7DF (or 0x59B7DF) is known color: Malibu. HEX triplet: 59, B7 and DF. RGB value is (89,183,223). Sum of RGB (Red+Green+Blue) = 89+183+223=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #59B7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B7DF is #A64820. Grayscale: #9F9F9F. Windows color (decimal): -10897441 or 14661465. OLE color: 14661465.
HSL color Cylindrical-coordinate representation of color #59B7DF: hue angle of 197.91º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59B7DF is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 183 | 223 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.13 |
| HSL | 197.91º | 0.68% | 0.61% | - |
| HSV(B) | 197.91º | 0.6% | 0.87% | - |
| XYZ | 34.37 | 41.32 | 75.98 | - |
| YUV | 159.45 | 163.86 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 183 | 223 | 0.60 | 0.18 | 0 | 0.13 | 197.91 | 0.68 | 0.61 |
| Hex | 59 | B7 | DF | 3C | 12 | 0 | D | C6 | 44 | 3D |
| Octal | 131 | 267 | 337 | 74 | 22 | 0 | 15 | 306 | 104 | 75 |
| Binary | 1011001 | 10110111 | 11011111 | 111100 | 10010 | 0 | 1101 | 11000110 | 1000100 | 111101 |
Color Harmonies of #59B7DF
Complementary color
Monochromatic Colors of #59B7DF
Black with #59B7DF
Text Example
Text Example
White with #59B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B7DF; }
p { color: rgb(89,183,223); }
H1.HeaderClassName
{
color: #59B7DF;
}
.AnyTagClassName
{
color: #59B7DF;
}
</style>
background-color css
<style>
a { background-color: #59B7DF; }
a { background-color: rgb(89,183,223); }
div.DivClassName
{
background-color: #59B7DF;
}
.BgClassName
{
background-color: #59B7DF;
}
</style>
border-color css
<style>
span { border-color: #59B7DF; }
span { border-color: rgb(89,183,223); }
td.TdClassName
{
border-color: #59B7DF;
}
.TagClassName
{
border-color: #59B7DF;
}
</style>