Shades of Malibu #5DC8F1
Tints of Malibu #5DC8F1
RGB
CMYK
RGB Variations
Color information
#5DC8F1 (or 0x5DC8F1) is known color: Malibu. HEX triplet: 5D, C8 and F1. RGB value is (93,200,241). Sum of RGB (Red+Green+Blue) = 93+200+241=534 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.42% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DC8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC8F1 is #A2370E. Grayscale: #ACACAC. Windows color (decimal): -10630927 or 15845469. OLE color: 15845469.
HSL color Cylindrical-coordinate representation of color #5DC8F1: hue angle of 196.62º 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 #5DC8F1 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 200 | 241 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.05 |
| HSL | 196.62º | 0.84% | 0.65% | - |
| HSV(B) | 196.62º | 0.61% | 0.95% | - |
| XYZ | 41.05 | 49.99 | 90.7 | - |
| YUV | 172.68 | 166.55 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 241 | 0.61 | 0.17 | 0 | 0.05 | 196.62 | 0.84 | 0.65 |
| Hex | 5D | C8 | F1 | 3D | 11 | 0 | 5 | C5 | 54 | 41 |
| Octal | 135 | 310 | 361 | 75 | 21 | 0 | 5 | 305 | 124 | 101 |
| Binary | 1011101 | 11001000 | 11110001 | 111101 | 10001 | 0 | 101 | 11000101 | 1010100 | 1000001 |
Color Harmonies of #5DC8F1
Complementary color
Monochromatic Colors of #5DC8F1
Black with #5DC8F1
Text Example
Text Example
White with #5DC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC8F1; }
p { color: rgb(93,200,241); }
H1.HeaderClassName
{
color: #5DC8F1;
}
.AnyTagClassName
{
color: #5DC8F1;
}
</style>
background-color css
<style>
a { background-color: #5DC8F1; }
a { background-color: rgb(93,200,241); }
div.DivClassName
{
background-color: #5DC8F1;
}
.BgClassName
{
background-color: #5DC8F1;
}
</style>
border-color css
<style>
span { border-color: #5DC8F1; }
span { border-color: rgb(93,200,241); }
td.TdClassName
{
border-color: #5DC8F1;
}
.TagClassName
{
border-color: #5DC8F1;
}
</style>