Shades of Malibu #5DC0EA
Tints of Malibu #5DC0EA
RGB
CMYK
RGB Variations
Color information
#5DC0EA (or 0x5DC0EA) is known color: Malibu. HEX triplet: 5D, C0 and EA. RGB value is (93,192,234). Sum of RGB (Red+Green+Blue) = 93+192+234=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DC0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC0EA is #A23F15. Grayscale: #A6A6A6. Windows color (decimal): -10632982 or 15384669. OLE color: 15384669.
HSL color Cylindrical-coordinate representation of color #5DC0EA: hue angle of 197.87º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DC0EA is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 192 | 234 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.08 |
| HSL | 197.87º | 0.77% | 0.64% | - |
| HSV(B) | 197.87º | 0.6% | 0.92% | - |
| XYZ | 38.22 | 45.97 | 84.7 | - |
| YUV | 167.19 | 165.7 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 234 | 0.60 | 0.18 | 0 | 0.08 | 197.87 | 0.77 | 0.64 |
| Hex | 5D | C0 | EA | 3C | 12 | 0 | 8 | C6 | 4D | 40 |
| Octal | 135 | 300 | 352 | 74 | 22 | 0 | 10 | 306 | 115 | 100 |
| Binary | 1011101 | 11000000 | 11101010 | 111100 | 10010 | 0 | 1000 | 11000110 | 1001101 | 1000000 |
Color Harmonies of #5DC0EA
Complementary color
Monochromatic Colors of #5DC0EA
Black with #5DC0EA
Text Example
Text Example
White with #5DC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC0EA; }
p { color: rgb(93,192,234); }
H1.HeaderClassName
{
color: #5DC0EA;
}
.AnyTagClassName
{
color: #5DC0EA;
}
</style>
background-color css
<style>
a { background-color: #5DC0EA; }
a { background-color: rgb(93,192,234); }
div.DivClassName
{
background-color: #5DC0EA;
}
.BgClassName
{
background-color: #5DC0EA;
}
</style>
border-color css
<style>
span { border-color: #5DC0EA; }
span { border-color: rgb(93,192,234); }
td.TdClassName
{
border-color: #5DC0EA;
}
.TagClassName
{
border-color: #5DC0EA;
}
</style>