Shades of Malibu #5DBDF1
Tints of Malibu #5DBDF1
RGB
CMYK
RGB Variations
Color information
#5DBDF1 (or 0x5DBDF1) is known color: Malibu. HEX triplet: 5D, BD and F1. RGB value is (93,189,241). Sum of RGB (Red+Green+Blue) = 93+189+241=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DBDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBDF1 is #A2420E. Grayscale: #A5A5A5. Windows color (decimal): -10633743 or 15842653. OLE color: 15842653.
HSL color Cylindrical-coordinate representation of color #5DBDF1: hue angle of 201.08º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DBDF1 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 189 | 241 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.05 |
| HSL | 201.08º | 0.84% | 0.65% | - |
| HSV(B) | 201.08º | 0.61% | 0.95% | - |
| XYZ | 38.59 | 45.07 | 89.89 | - |
| YUV | 166.22 | 170.2 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 241 | 0.61 | 0.22 | 0 | 0.05 | 201.08 | 0.84 | 0.65 |
| Hex | 5D | BD | F1 | 3D | 16 | 0 | 5 | C9 | 54 | 41 |
| Octal | 135 | 275 | 361 | 75 | 26 | 0 | 5 | 311 | 124 | 101 |
| Binary | 1011101 | 10111101 | 11110001 | 111101 | 10110 | 0 | 101 | 11001001 | 1010100 | 1000001 |
Color Harmonies of #5DBDF1
Complementary color
Monochromatic Colors of #5DBDF1
Black with #5DBDF1
Text Example
Text Example
White with #5DBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDF1; }
p { color: rgb(93,189,241); }
H1.HeaderClassName
{
color: #5DBDF1;
}
.AnyTagClassName
{
color: #5DBDF1;
}
</style>
background-color css
<style>
a { background-color: #5DBDF1; }
a { background-color: rgb(93,189,241); }
div.DivClassName
{
background-color: #5DBDF1;
}
.BgClassName
{
background-color: #5DBDF1;
}
</style>
border-color css
<style>
span { border-color: #5DBDF1; }
span { border-color: rgb(93,189,241); }
td.TdClassName
{
border-color: #5DBDF1;
}
.TagClassName
{
border-color: #5DBDF1;
}
</style>