Shades of Malibu #5DBFDD
Tints of Malibu #5DBFDD
RGB
CMYK
RGB Variations
Color information
#5DBFDD (or 0x5DBFDD) is known color: Malibu. HEX triplet: 5D, BF and DD. RGB value is (93,191,221). Sum of RGB (Red+Green+Blue) = 93+191+221=505 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.42% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFDD is #A24022. Grayscale: #A4A4A4. Windows color (decimal): -10633251 or 14532445. OLE color: 14532445.
HSL color Cylindrical-coordinate representation of color #5DBFDD: hue angle of 194.06º degrees, saturation: 0.65, 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 #5DBFDD is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 191 | 221 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.13 |
| HSL | 194.06º | 0.65% | 0.62% | - |
| HSV(B) | 194.06º | 0.58% | 0.87% | - |
| XYZ | 36.2 | 44.81 | 75.15 | - |
| YUV | 165.12 | 159.53 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 221 | 0.58 | 0.14 | 0 | 0.13 | 194.06 | 0.65 | 0.62 |
| Hex | 5D | BF | DD | 3A | E | 0 | D | C2 | 41 | 3E |
| Octal | 135 | 277 | 335 | 72 | 16 | 0 | 15 | 302 | 101 | 76 |
| Binary | 1011101 | 10111111 | 11011101 | 111010 | 1110 | 0 | 1101 | 11000010 | 1000001 | 111110 |
Color Harmonies of #5DBFDD
Complementary color
Monochromatic Colors of #5DBFDD
Black with #5DBFDD
Text Example
Text Example
White with #5DBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFDD; }
p { color: rgb(93,191,221); }
H1.HeaderClassName
{
color: #5DBFDD;
}
.AnyTagClassName
{
color: #5DBFDD;
}
</style>
background-color css
<style>
a { background-color: #5DBFDD; }
a { background-color: rgb(93,191,221); }
div.DivClassName
{
background-color: #5DBFDD;
}
.BgClassName
{
background-color: #5DBFDD;
}
</style>
border-color css
<style>
span { border-color: #5DBFDD; }
span { border-color: rgb(93,191,221); }
td.TdClassName
{
border-color: #5DBFDD;
}
.TagClassName
{
border-color: #5DBFDD;
}
</style>