Shades of Malibu #59BFF4
Tints of Malibu #59BFF4
RGB
CMYK
RGB Variations
Color information
#59BFF4 (or 0x59BFF4) is known color: Malibu. HEX triplet: 59, BF and F4. RGB value is (89,191,244). Sum of RGB (Red+Green+Blue) = 89+191+244=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #59BFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BFF4 is #A6400B. Grayscale: #A6A6A6. Windows color (decimal): -10895372 or 16039769. OLE color: 16039769.
HSL color Cylindrical-coordinate representation of color #59BFF4: hue angle of 200.52º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59BFF4 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 191 | 244 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.04 |
| HSL | 200.52º | 0.88% | 0.65% | - |
| HSV(B) | 200.52º | 0.64% | 0.96% | - |
| XYZ | 39.08 | 45.92 | 92.39 | - |
| YUV | 166.54 | 171.71 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 244 | 0.64 | 0.22 | 0 | 0.04 | 200.52 | 0.88 | 0.65 |
| Hex | 59 | BF | F4 | 40 | 16 | 0 | 4 | C9 | 58 | 41 |
| Octal | 131 | 277 | 364 | 100 | 26 | 0 | 4 | 311 | 130 | 101 |
| Binary | 1011001 | 10111111 | 11110100 | 1000000 | 10110 | 0 | 100 | 11001001 | 1011000 | 1000001 |
Color Harmonies of #59BFF4
Complementary color
Monochromatic Colors of #59BFF4
Black with #59BFF4
Text Example
Text Example
White with #59BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BFF4; }
p { color: rgb(89,191,244); }
H1.HeaderClassName
{
color: #59BFF4;
}
.AnyTagClassName
{
color: #59BFF4;
}
</style>
background-color css
<style>
a { background-color: #59BFF4; }
a { background-color: rgb(89,191,244); }
div.DivClassName
{
background-color: #59BFF4;
}
.BgClassName
{
background-color: #59BFF4;
}
</style>
border-color css
<style>
span { border-color: #59BFF4; }
span { border-color: rgb(89,191,244); }
td.TdClassName
{
border-color: #59BFF4;
}
.TagClassName
{
border-color: #59BFF4;
}
</style>