Shades of Malibu #5DBEEE
Tints of Malibu #5DBEEE
RGB
CMYK
RGB Variations
Color information
#5DBEEE (or 0x5DBEEE) is known color: Malibu. HEX triplet: 5D, BE and EE. RGB value is (93,190,238). Sum of RGB (Red+Green+Blue) = 93+190+238=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DBEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBEEE is #A24111. Grayscale: #A6A6A6. Windows color (decimal): -10633490 or 15646301. OLE color: 15646301.
HSL color Cylindrical-coordinate representation of color #5DBEEE: hue angle of 199.86º 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 #5DBEEE is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 190 | 238 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.07 |
| HSL | 199.86º | 0.81% | 0.65% | - |
| HSV(B) | 199.86º | 0.61% | 0.93% | - |
| XYZ | 38.36 | 45.33 | 87.62 | - |
| YUV | 166.47 | 168.36 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 238 | 0.61 | 0.20 | 0 | 0.07 | 199.86 | 0.81 | 0.65 |
| Hex | 5D | BE | EE | 3D | 14 | 0 | 7 | C8 | 51 | 41 |
| Octal | 135 | 276 | 356 | 75 | 24 | 0 | 7 | 310 | 121 | 101 |
| Binary | 1011101 | 10111110 | 11101110 | 111101 | 10100 | 0 | 111 | 11001000 | 1010001 | 1000001 |
Color Harmonies of #5DBEEE
Complementary color
Monochromatic Colors of #5DBEEE
Black with #5DBEEE
Text Example
Text Example
White with #5DBEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEEE; }
p { color: rgb(93,190,238); }
H1.HeaderClassName
{
color: #5DBEEE;
}
.AnyTagClassName
{
color: #5DBEEE;
}
</style>
background-color css
<style>
a { background-color: #5DBEEE; }
a { background-color: rgb(93,190,238); }
div.DivClassName
{
background-color: #5DBEEE;
}
.BgClassName
{
background-color: #5DBEEE;
}
</style>
border-color css
<style>
span { border-color: #5DBEEE; }
span { border-color: rgb(93,190,238); }
td.TdClassName
{
border-color: #5DBEEE;
}
.TagClassName
{
border-color: #5DBEEE;
}
</style>