Shades of Malibu #59BDF3
Tints of Malibu #59BDF3
RGB
CMYK
RGB Variations
Color information
#59BDF3 (or 0x59BDF3) is known color: Malibu. HEX triplet: 59, BD and F3. RGB value is (89,189,243). Sum of RGB (Red+Green+Blue) = 89+189+243=521 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.08% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #59BDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BDF3 is #A6420C. Grayscale: #A4A4A4. Windows color (decimal): -10895885 or 15973721. OLE color: 15973721.
HSL color Cylindrical-coordinate representation of color #59BDF3: hue angle of 201.04º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59BDF3 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 189 | 243 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.05 |
| HSL | 201.04º | 0.87% | 0.65% | - |
| HSV(B) | 201.04º | 0.63% | 0.95% | - |
| XYZ | 38.5 | 44.99 | 91.45 | - |
| YUV | 165.26 | 171.87 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 243 | 0.63 | 0.22 | 0 | 0.05 | 201.04 | 0.87 | 0.65 |
| Hex | 59 | BD | F3 | 3F | 16 | 0 | 5 | C9 | 57 | 41 |
| Octal | 131 | 275 | 363 | 77 | 26 | 0 | 5 | 311 | 127 | 101 |
| Binary | 1011001 | 10111101 | 11110011 | 111111 | 10110 | 0 | 101 | 11001001 | 1010111 | 1000001 |
Color Harmonies of #59BDF3
Complementary color
Monochromatic Colors of #59BDF3
Black with #59BDF3
Text Example
Text Example
White with #59BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDF3; }
p { color: rgb(89,189,243); }
H1.HeaderClassName
{
color: #59BDF3;
}
.AnyTagClassName
{
color: #59BDF3;
}
</style>
background-color css
<style>
a { background-color: #59BDF3; }
a { background-color: rgb(89,189,243); }
div.DivClassName
{
background-color: #59BDF3;
}
.BgClassName
{
background-color: #59BDF3;
}
</style>
border-color css
<style>
span { border-color: #59BDF3; }
span { border-color: rgb(89,189,243); }
td.TdClassName
{
border-color: #59BDF3;
}
.TagClassName
{
border-color: #59BDF3;
}
</style>