Shades of Malibu #5DB3E7
Tints of Malibu #5DB3E7
RGB
CMYK
RGB Variations
Color information
#5DB3E7 (or 0x5DB3E7) is known color: Malibu. HEX triplet: 5D, B3 and E7. RGB value is (93,179,231). Sum of RGB (Red+Green+Blue) = 93+179+231=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #5DB3E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB3E7 is #A24C18. Grayscale: #9E9E9E. Windows color (decimal): -10636313 or 15184733. OLE color: 15184733.
HSL color Cylindrical-coordinate representation of color #5DB3E7: hue angle of 202.61º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DB3E7 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 179 | 231 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.09 |
| HSL | 202.61º | 0.74% | 0.64% | - |
| HSV(B) | 202.61º | 0.6% | 0.91% | - |
| XYZ | 35.06 | 40.34 | 81.54 | - |
| YUV | 159.21 | 168.51 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 231 | 0.60 | 0.23 | 0 | 0.09 | 202.61 | 0.74 | 0.64 |
| Hex | 5D | B3 | E7 | 3C | 17 | 0 | 9 | CB | 4A | 40 |
| Octal | 135 | 263 | 347 | 74 | 27 | 0 | 11 | 313 | 112 | 100 |
| Binary | 1011101 | 10110011 | 11100111 | 111100 | 10111 | 0 | 1001 | 11001011 | 1001010 | 1000000 |
Color Harmonies of #5DB3E7
Complementary color
Monochromatic Colors of #5DB3E7
Black with #5DB3E7
Text Example
Text Example
White with #5DB3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB3E7; }
p { color: rgb(93,179,231); }
H1.HeaderClassName
{
color: #5DB3E7;
}
.AnyTagClassName
{
color: #5DB3E7;
}
</style>
background-color css
<style>
a { background-color: #5DB3E7; }
a { background-color: rgb(93,179,231); }
div.DivClassName
{
background-color: #5DB3E7;
}
.BgClassName
{
background-color: #5DB3E7;
}
</style>
border-color css
<style>
span { border-color: #5DB3E7; }
span { border-color: rgb(93,179,231); }
td.TdClassName
{
border-color: #5DB3E7;
}
.TagClassName
{
border-color: #5DB3E7;
}
</style>