Shades of Malibu #5DBCDF
Tints of Malibu #5DBCDF
RGB
CMYK
RGB Variations
Color information
#5DBCDF (or 0x5DBCDF) is known color: Malibu. HEX triplet: 5D, BC and DF. RGB value is (93,188,223). Sum of RGB (Red+Green+Blue) = 93+188+223=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DBCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBCDF is #A24320. Grayscale: #A3A3A3. Windows color (decimal): -10634017 or 14662749. OLE color: 14662749.
HSL color Cylindrical-coordinate representation of color #5DBCDF: hue angle of 196.15º 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 #5DBCDF is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 188 | 223 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.13 |
| HSL | 196.15º | 0.67% | 0.62% | - |
| HSV(B) | 196.15º | 0.58% | 0.87% | - |
| XYZ | 35.82 | 43.62 | 76.34 | - |
| YUV | 163.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 223 | 0.58 | 0.16 | 0 | 0.13 | 196.15 | 0.67 | 0.62 |
| Hex | 5D | BC | DF | 3A | 10 | 0 | D | C4 | 43 | 3E |
| Octal | 135 | 274 | 337 | 72 | 20 | 0 | 15 | 304 | 103 | 76 |
| Binary | 1011101 | 10111100 | 11011111 | 111010 | 10000 | 0 | 1101 | 11000100 | 1000011 | 111110 |
Color Harmonies of #5DBCDF
Complementary color
Monochromatic Colors of #5DBCDF
Black with #5DBCDF
Text Example
Text Example
White with #5DBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCDF; }
p { color: rgb(93,188,223); }
H1.HeaderClassName
{
color: #5DBCDF;
}
.AnyTagClassName
{
color: #5DBCDF;
}
</style>
background-color css
<style>
a { background-color: #5DBCDF; }
a { background-color: rgb(93,188,223); }
div.DivClassName
{
background-color: #5DBCDF;
}
.BgClassName
{
background-color: #5DBCDF;
}
</style>
border-color css
<style>
span { border-color: #5DBCDF; }
span { border-color: rgb(93,188,223); }
td.TdClassName
{
border-color: #5DBCDF;
}
.TagClassName
{
border-color: #5DBCDF;
}
</style>