Shades of Malibu #5DBFDF
Tints of Malibu #5DBFDF
RGB
CMYK
RGB Variations
Color information
#5DBFDF (or 0x5DBFDF) is known color: Malibu. HEX triplet: 5D, BF and DF. RGB value is (93,191,223). Sum of RGB (Red+Green+Blue) = 93+191+223=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DBFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFDF is #A24020. Grayscale: #A5A5A5. Windows color (decimal): -10633249 or 14663517. OLE color: 14663517.
HSL color Cylindrical-coordinate representation of color #5DBFDF: hue angle of 194.77º 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 #5DBFDF is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 191 | 223 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.13 |
| HSL | 194.77º | 0.67% | 0.62% | - |
| HSV(B) | 194.77º | 0.58% | 0.87% | - |
| XYZ | 36.46 | 44.92 | 76.56 | - |
| YUV | 165.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 223 | 0.58 | 0.14 | 0 | 0.13 | 194.77 | 0.67 | 0.62 |
| Hex | 5D | BF | DF | 3A | E | 0 | D | C3 | 43 | 3E |
| Octal | 135 | 277 | 337 | 72 | 16 | 0 | 15 | 303 | 103 | 76 |
| Binary | 1011101 | 10111111 | 11011111 | 111010 | 1110 | 0 | 1101 | 11000011 | 1000011 | 111110 |
Color Harmonies of #5DBFDF
Complementary color
Monochromatic Colors of #5DBFDF
Black with #5DBFDF
Text Example
Text Example
White with #5DBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFDF; }
p { color: rgb(93,191,223); }
H1.HeaderClassName
{
color: #5DBFDF;
}
.AnyTagClassName
{
color: #5DBFDF;
}
</style>
background-color css
<style>
a { background-color: #5DBFDF; }
a { background-color: rgb(93,191,223); }
div.DivClassName
{
background-color: #5DBFDF;
}
.BgClassName
{
background-color: #5DBFDF;
}
</style>
border-color css
<style>
span { border-color: #5DBFDF; }
span { border-color: rgb(93,191,223); }
td.TdClassName
{
border-color: #5DBFDF;
}
.TagClassName
{
border-color: #5DBFDF;
}
</style>