Shades of Malibu #5DBEF1
Tints of Malibu #5DBEF1
RGB
CMYK
RGB Variations
Color information
#5DBEF1 (or 0x5DBEF1) is known color: Malibu. HEX triplet: 5D, BE and F1. RGB value is (93,190,241). Sum of RGB (Red+Green+Blue) = 93+190+241=524 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.75% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DBEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBEF1 is #A2410E. Grayscale: #A6A6A6. Windows color (decimal): -10633487 or 15842909. OLE color: 15842909.
HSL color Cylindrical-coordinate representation of color #5DBEF1: hue angle of 200.68º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DBEF1 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 190 | 241 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.05 |
| HSL | 200.68º | 0.84% | 0.65% | - |
| HSV(B) | 200.68º | 0.61% | 0.95% | - |
| XYZ | 38.8 | 45.5 | 89.96 | - |
| YUV | 166.81 | 169.86 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 241 | 0.61 | 0.21 | 0 | 0.05 | 200.68 | 0.84 | 0.65 |
| Hex | 5D | BE | F1 | 3D | 15 | 0 | 5 | C9 | 54 | 41 |
| Octal | 135 | 276 | 361 | 75 | 25 | 0 | 5 | 311 | 124 | 101 |
| Binary | 1011101 | 10111110 | 11110001 | 111101 | 10101 | 0 | 101 | 11001001 | 1010100 | 1000001 |
Color Harmonies of #5DBEF1
Complementary color
Monochromatic Colors of #5DBEF1
Black with #5DBEF1
Text Example
Text Example
White with #5DBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEF1; }
p { color: rgb(93,190,241); }
H1.HeaderClassName
{
color: #5DBEF1;
}
.AnyTagClassName
{
color: #5DBEF1;
}
</style>
background-color css
<style>
a { background-color: #5DBEF1; }
a { background-color: rgb(93,190,241); }
div.DivClassName
{
background-color: #5DBEF1;
}
.BgClassName
{
background-color: #5DBEF1;
}
</style>
border-color css
<style>
span { border-color: #5DBEF1; }
span { border-color: rgb(93,190,241); }
td.TdClassName
{
border-color: #5DBEF1;
}
.TagClassName
{
border-color: #5DBEF1;
}
</style>