Shades of Malibu #5DBFEB
Tints of Malibu #5DBFEB
RGB
CMYK
RGB Variations
Color information
#5DBFEB (or 0x5DBFEB) is known color: Malibu. HEX triplet: 5D, BF and EB. RGB value is (93,191,235). Sum of RGB (Red+Green+Blue) = 93+191+235=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DBFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBFEB is #A24014. Grayscale: #A6A6A6. Windows color (decimal): -10633237 or 15449949. OLE color: 15449949.
HSL color Cylindrical-coordinate representation of color #5DBFEB: hue angle of 198.59º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DBFEB is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 191 | 235 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.08 |
| HSL | 198.59º | 0.78% | 0.64% | - |
| HSV(B) | 198.59º | 0.6% | 0.92% | - |
| XYZ | 38.14 | 45.59 | 85.39 | - |
| YUV | 166.71 | 166.53 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 235 | 0.60 | 0.19 | 0 | 0.08 | 198.59 | 0.78 | 0.64 |
| Hex | 5D | BF | EB | 3C | 13 | 0 | 8 | C7 | 4E | 40 |
| Octal | 135 | 277 | 353 | 74 | 23 | 0 | 10 | 307 | 116 | 100 |
| Binary | 1011101 | 10111111 | 11101011 | 111100 | 10011 | 0 | 1000 | 11000111 | 1001110 | 1000000 |
Color Harmonies of #5DBFEB
Complementary color
Monochromatic Colors of #5DBFEB
Black with #5DBFEB
Text Example
Text Example
White with #5DBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFEB; }
p { color: rgb(93,191,235); }
H1.HeaderClassName
{
color: #5DBFEB;
}
.AnyTagClassName
{
color: #5DBFEB;
}
</style>
background-color css
<style>
a { background-color: #5DBFEB; }
a { background-color: rgb(93,191,235); }
div.DivClassName
{
background-color: #5DBFEB;
}
.BgClassName
{
background-color: #5DBFEB;
}
</style>
border-color css
<style>
span { border-color: #5DBFEB; }
span { border-color: rgb(93,191,235); }
td.TdClassName
{
border-color: #5DBFEB;
}
.TagClassName
{
border-color: #5DBFEB;
}
</style>