Shades of Malibu #5DB1EE
Tints of Malibu #5DB1EE
RGB
CMYK
RGB Variations
Color information
#5DB1EE (or 0x5DB1EE) is known color: Malibu. HEX triplet: 5D, B1 and EE. RGB value is (93,177,238). Sum of RGB (Red+Green+Blue) = 93+177+238=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DB1EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DB1EE is #A24E11. Grayscale: #9E9E9E. Windows color (decimal): -10636818 or 15642973. OLE color: 15642973.
HSL color Cylindrical-coordinate representation of color #5DB1EE: hue angle of 205.24º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DB1EE is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 177 | 238 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.07 |
| HSL | 205.24º | 0.81% | 0.65% | - |
| HSV(B) | 205.24º | 0.61% | 0.93% | - |
| XYZ | 35.67 | 39.94 | 86.72 | - |
| YUV | 158.84 | 172.67 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 238 | 0.61 | 0.26 | 0 | 0.07 | 205.24 | 0.81 | 0.65 |
| Hex | 5D | B1 | EE | 3D | 1A | 0 | 7 | CD | 51 | 41 |
| Octal | 135 | 261 | 356 | 75 | 32 | 0 | 7 | 315 | 121 | 101 |
| Binary | 1011101 | 10110001 | 11101110 | 111101 | 11010 | 0 | 111 | 11001101 | 1010001 | 1000001 |
Color Harmonies of #5DB1EE
Complementary color
Monochromatic Colors of #5DB1EE
Black with #5DB1EE
Text Example
Text Example
White with #5DB1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB1EE; }
p { color: rgb(93,177,238); }
H1.HeaderClassName
{
color: #5DB1EE;
}
.AnyTagClassName
{
color: #5DB1EE;
}
</style>
background-color css
<style>
a { background-color: #5DB1EE; }
a { background-color: rgb(93,177,238); }
div.DivClassName
{
background-color: #5DB1EE;
}
.BgClassName
{
background-color: #5DB1EE;
}
</style>
border-color css
<style>
span { border-color: #5DB1EE; }
span { border-color: rgb(93,177,238); }
td.TdClassName
{
border-color: #5DB1EE;
}
.TagClassName
{
border-color: #5DB1EE;
}
</style>