Shades of Malibu #5BCAEE
Tints of Malibu #5BCAEE
RGB
CMYK
RGB Variations
Color information
#5BCAEE (or 0x5BCAEE) is known color: Malibu. HEX triplet: 5B, CA and EE. RGB value is (91,202,238). Sum of RGB (Red+Green+Blue) = 91+202+238=531 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.14% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BCAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCAEE is #A43511. Grayscale: #ACACAC. Windows color (decimal): -10761490 or 15649371. OLE color: 15649371.
HSL color Cylindrical-coordinate representation of color #5BCAEE: hue angle of 194.69º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BCAEE is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 202 | 238 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.07 |
| HSL | 194.69º | 0.81% | 0.65% | - |
| HSV(B) | 194.69º | 0.62% | 0.93% | - |
| XYZ | 40.87 | 50.64 | 88.51 | - |
| YUV | 172.92 | 164.73 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 238 | 0.62 | 0.15 | 0 | 0.07 | 194.69 | 0.81 | 0.65 |
| Hex | 5B | CA | EE | 3E | F | 0 | 7 | C3 | 51 | 41 |
| Octal | 133 | 312 | 356 | 76 | 17 | 0 | 7 | 303 | 121 | 101 |
| Binary | 1011011 | 11001010 | 11101110 | 111110 | 1111 | 0 | 111 | 11000011 | 1010001 | 1000001 |
Color Harmonies of #5BCAEE
Complementary color
Monochromatic Colors of #5BCAEE
Black with #5BCAEE
Text Example
Text Example
White with #5BCAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAEE; }
p { color: rgb(91,202,238); }
H1.HeaderClassName
{
color: #5BCAEE;
}
.AnyTagClassName
{
color: #5BCAEE;
}
</style>
background-color css
<style>
a { background-color: #5BCAEE; }
a { background-color: rgb(91,202,238); }
div.DivClassName
{
background-color: #5BCAEE;
}
.BgClassName
{
background-color: #5BCAEE;
}
</style>
border-color css
<style>
span { border-color: #5BCAEE; }
span { border-color: rgb(91,202,238); }
td.TdClassName
{
border-color: #5BCAEE;
}
.TagClassName
{
border-color: #5BCAEE;
}
</style>