Shades of Malibu #59BFED
Tints of Malibu #59BFED
RGB
CMYK
RGB Variations
Color information
#59BFED (or 0x59BFED) is known color: Malibu. HEX triplet: 59, BF and ED. RGB value is (89,191,237). Sum of RGB (Red+Green+Blue) = 89+191+237=517 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.21% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #59BFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BFED is #A64012. Grayscale: #A5A5A5. Windows color (decimal): -10895379 or 15581017. OLE color: 15581017.
HSL color Cylindrical-coordinate representation of color #59BFED: hue angle of 198.65º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59BFED is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 191 | 237 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.07 |
| HSL | 198.65º | 0.8% | 0.64% | - |
| HSV(B) | 198.65º | 0.62% | 0.93% | - |
| XYZ | 38.04 | 45.5 | 86.9 | - |
| YUV | 165.75 | 168.21 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 237 | 0.62 | 0.19 | 0 | 0.07 | 198.65 | 0.8 | 0.64 |
| Hex | 59 | BF | ED | 3E | 13 | 0 | 7 | C7 | 50 | 40 |
| Octal | 131 | 277 | 355 | 76 | 23 | 0 | 7 | 307 | 120 | 100 |
| Binary | 1011001 | 10111111 | 11101101 | 111110 | 10011 | 0 | 111 | 11000111 | 1010000 | 1000000 |
Color Harmonies of #59BFED
Complementary color
Monochromatic Colors of #59BFED
Black with #59BFED
Text Example
Text Example
White with #59BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BFED; }
p { color: rgb(89,191,237); }
H1.HeaderClassName
{
color: #59BFED;
}
.AnyTagClassName
{
color: #59BFED;
}
</style>
background-color css
<style>
a { background-color: #59BFED; }
a { background-color: rgb(89,191,237); }
div.DivClassName
{
background-color: #59BFED;
}
.BgClassName
{
background-color: #59BFED;
}
</style>
border-color css
<style>
span { border-color: #59BFED; }
span { border-color: rgb(89,191,237); }
td.TdClassName
{
border-color: #59BFED;
}
.TagClassName
{
border-color: #59BFED;
}
</style>