Shades of Malibu #5DBAF5
Tints of Malibu #5DBAF5
RGB
CMYK
RGB Variations
Color information
#5DBAF5 (or 0x5DBAF5) is known color: Malibu. HEX triplet: 5D, BA and F5. RGB value is (93,186,245). Sum of RGB (Red+Green+Blue) = 93+186+245=524 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.75% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #5DBAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBAF5 is #A2450A. Grayscale: #A4A4A4. Windows color (decimal): -10634507 or 16104029. OLE color: 16104029.
HSL color Cylindrical-coordinate representation of color #5DBAF5: hue angle of 203.29º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DBAF5 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 186 | 245 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.04 |
| HSL | 203.29º | 0.88% | 0.66% | - |
| HSV(B) | 203.29º | 0.62% | 0.96% | - |
| XYZ | 38.55 | 44.04 | 92.85 | - |
| YUV | 164.92 | 173.19 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 245 | 0.62 | 0.24 | 0 | 0.04 | 203.29 | 0.88 | 0.66 |
| Hex | 5D | BA | F5 | 3E | 18 | 0 | 4 | CB | 58 | 42 |
| Octal | 135 | 272 | 365 | 76 | 30 | 0 | 4 | 313 | 130 | 102 |
| Binary | 1011101 | 10111010 | 11110101 | 111110 | 11000 | 0 | 100 | 11001011 | 1011000 | 1000010 |
Color Harmonies of #5DBAF5
Complementary color
Monochromatic Colors of #5DBAF5
Black with #5DBAF5
Text Example
Text Example
White with #5DBAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBAF5; }
p { color: rgb(93,186,245); }
H1.HeaderClassName
{
color: #5DBAF5;
}
.AnyTagClassName
{
color: #5DBAF5;
}
</style>
background-color css
<style>
a { background-color: #5DBAF5; }
a { background-color: rgb(93,186,245); }
div.DivClassName
{
background-color: #5DBAF5;
}
.BgClassName
{
background-color: #5DBAF5;
}
</style>
border-color css
<style>
span { border-color: #5DBAF5; }
span { border-color: rgb(93,186,245); }
td.TdClassName
{
border-color: #5DBAF5;
}
.TagClassName
{
border-color: #5DBAF5;
}
</style>