Shades of Malibu #5BCAED
Tints of Malibu #5BCAED
RGB
CMYK
RGB Variations
Color information
#5BCAED (or 0x5BCAED) is known color: Malibu. HEX triplet: 5B, CA and ED. RGB value is (91,202,237). Sum of RGB (Red+Green+Blue) = 91+202+237=530 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.17% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BCAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCAED is #A43512. Grayscale: #ACACAC. Windows color (decimal): -10761491 or 15583835. OLE color: 15583835.
HSL color Cylindrical-coordinate representation of color #5BCAED: hue angle of 194.38º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BCAED is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 202 | 237 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.07 |
| HSL | 194.38º | 0.8% | 0.64% | - |
| HSV(B) | 194.38º | 0.62% | 0.93% | - |
| XYZ | 40.72 | 50.58 | 87.74 | - |
| YUV | 172.8 | 164.23 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 237 | 0.62 | 0.15 | 0 | 0.07 | 194.38 | 0.8 | 0.64 |
| Hex | 5B | CA | ED | 3E | F | 0 | 7 | C2 | 50 | 40 |
| Octal | 133 | 312 | 355 | 76 | 17 | 0 | 7 | 302 | 120 | 100 |
| Binary | 1011011 | 11001010 | 11101101 | 111110 | 1111 | 0 | 111 | 11000010 | 1010000 | 1000000 |
Color Harmonies of #5BCAED
Complementary color
Monochromatic Colors of #5BCAED
Black with #5BCAED
Text Example
Text Example
White with #5BCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAED; }
p { color: rgb(91,202,237); }
H1.HeaderClassName
{
color: #5BCAED;
}
.AnyTagClassName
{
color: #5BCAED;
}
</style>
background-color css
<style>
a { background-color: #5BCAED; }
a { background-color: rgb(91,202,237); }
div.DivClassName
{
background-color: #5BCAED;
}
.BgClassName
{
background-color: #5BCAED;
}
</style>
border-color css
<style>
span { border-color: #5BCAED; }
span { border-color: rgb(91,202,237); }
td.TdClassName
{
border-color: #5BCAED;
}
.TagClassName
{
border-color: #5BCAED;
}
</style>