Shades of Malibu #5DBCE3
Tints of Malibu #5DBCE3
RGB
CMYK
RGB Variations
Color information
#5DBCE3 (or 0x5DBCE3) is known color: Malibu. HEX triplet: 5D, BC and E3. RGB value is (93,188,227). Sum of RGB (Red+Green+Blue) = 93+188+227=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 227 (89.06% from 255 or 44.69% from 508); Max value from RGB is 227 - color contains mainly: blue. Hex color #5DBCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBCE3 is #A2431C. Grayscale: #A3A3A3. Windows color (decimal): -10634013 or 14924893. OLE color: 14924893.
HSL color Cylindrical-coordinate representation of color #5DBCE3: hue angle of 197.46º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DBCE3 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 93 | 188 | 227 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.11 |
| HSL | 197.46º | 0.71% | 0.63% | - |
| HSV(B) | 197.46º | 0.59% | 0.89% | - |
| XYZ | 36.36 | 43.84 | 79.22 | - |
| YUV | 164.04 | 163.53 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 227 | 0.59 | 0.17 | 0 | 0.11 | 197.46 | 0.71 | 0.63 |
| Hex | 5D | BC | E3 | 3B | 11 | 0 | B | C5 | 47 | 3F |
| Octal | 135 | 274 | 343 | 73 | 21 | 0 | 13 | 305 | 107 | 77 |
| Binary | 1011101 | 10111100 | 11100011 | 111011 | 10001 | 0 | 1011 | 11000101 | 1000111 | 111111 |
Color Harmonies of #5DBCE3
Complementary color
Monochromatic Colors of #5DBCE3
Black with #5DBCE3
Text Example
Text Example
White with #5DBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCE3; }
p { color: rgb(93,188,227); }
H1.HeaderClassName
{
color: #5DBCE3;
}
.AnyTagClassName
{
color: #5DBCE3;
}
</style>
background-color css
<style>
a { background-color: #5DBCE3; }
a { background-color: rgb(93,188,227); }
div.DivClassName
{
background-color: #5DBCE3;
}
.BgClassName
{
background-color: #5DBCE3;
}
</style>
border-color css
<style>
span { border-color: #5DBCE3; }
span { border-color: rgb(93,188,227); }
td.TdClassName
{
border-color: #5DBCE3;
}
.TagClassName
{
border-color: #5DBCE3;
}
</style>