Shades of Malibu #5DBDDF
Tints of Malibu #5DBDDF
RGB
CMYK
RGB Variations
Color information
#5DBDDF (or 0x5DBDDF) is known color: Malibu. HEX triplet: 5D, BD and DF. RGB value is (93,189,223). Sum of RGB (Red+Green+Blue) = 93+189+223=505 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.42% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DBDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDDF is #A24220. Grayscale: #A3A3A3. Windows color (decimal): -10633761 or 14663005. OLE color: 14663005.
HSL color Cylindrical-coordinate representation of color #5DBDDF: hue angle of 195.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DBDDF is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 189 | 223 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.13 |
| HSL | 195.69º | 0.67% | 0.62% | - |
| HSV(B) | 195.69º | 0.58% | 0.87% | - |
| XYZ | 36.03 | 44.05 | 76.42 | - |
| YUV | 164.17 | 161.2 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 223 | 0.58 | 0.15 | 0 | 0.13 | 195.69 | 0.67 | 0.62 |
| Hex | 5D | BD | DF | 3A | F | 0 | D | C4 | 43 | 3E |
| Octal | 135 | 275 | 337 | 72 | 17 | 0 | 15 | 304 | 103 | 76 |
| Binary | 1011101 | 10111101 | 11011111 | 111010 | 1111 | 0 | 1101 | 11000100 | 1000011 | 111110 |
Color Harmonies of #5DBDDF
Complementary color
Monochromatic Colors of #5DBDDF
Black with #5DBDDF
Text Example
Text Example
White with #5DBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDDF; }
p { color: rgb(93,189,223); }
H1.HeaderClassName
{
color: #5DBDDF;
}
.AnyTagClassName
{
color: #5DBDDF;
}
</style>
background-color css
<style>
a { background-color: #5DBDDF; }
a { background-color: rgb(93,189,223); }
div.DivClassName
{
background-color: #5DBDDF;
}
.BgClassName
{
background-color: #5DBDDF;
}
</style>
border-color css
<style>
span { border-color: #5DBDDF; }
span { border-color: rgb(93,189,223); }
td.TdClassName
{
border-color: #5DBDDF;
}
.TagClassName
{
border-color: #5DBDDF;
}
</style>