Shades of Malibu #5DBAEF
Tints of Malibu #5DBAEF
RGB
CMYK
RGB Variations
Color information
#5DBAEF (or 0x5DBAEF) is known color: Malibu. HEX triplet: 5D, BA and EF. RGB value is (93,186,239). Sum of RGB (Red+Green+Blue) = 93+186+239=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DBAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBAEF is #A24510. Grayscale: #A3A3A3. Windows color (decimal): -10634513 or 15710813. OLE color: 15710813.
HSL color Cylindrical-coordinate representation of color #5DBAEF: hue angle of 201.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DBAEF is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 186 | 239 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.06 |
| HSL | 201.78º | 0.82% | 0.65% | - |
| HSV(B) | 201.78º | 0.61% | 0.94% | - |
| XYZ | 37.65 | 43.68 | 88.11 | - |
| YUV | 164.24 | 170.19 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 239 | 0.61 | 0.22 | 0 | 0.06 | 201.78 | 0.82 | 0.65 |
| Hex | 5D | BA | EF | 3D | 16 | 0 | 6 | CA | 52 | 41 |
| Octal | 135 | 272 | 357 | 75 | 26 | 0 | 6 | 312 | 122 | 101 |
| Binary | 1011101 | 10111010 | 11101111 | 111101 | 10110 | 0 | 110 | 11001010 | 1010010 | 1000001 |
Color Harmonies of #5DBAEF
Complementary color
Monochromatic Colors of #5DBAEF
Black with #5DBAEF
Text Example
Text Example
White with #5DBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBAEF; }
p { color: rgb(93,186,239); }
H1.HeaderClassName
{
color: #5DBAEF;
}
.AnyTagClassName
{
color: #5DBAEF;
}
</style>
background-color css
<style>
a { background-color: #5DBAEF; }
a { background-color: rgb(93,186,239); }
div.DivClassName
{
background-color: #5DBAEF;
}
.BgClassName
{
background-color: #5DBAEF;
}
</style>
border-color css
<style>
span { border-color: #5DBAEF; }
span { border-color: rgb(93,186,239); }
td.TdClassName
{
border-color: #5DBAEF;
}
.TagClassName
{
border-color: #5DBAEF;
}
</style>