Shades of Malibu #5BC4E7
Tints of Malibu #5BC4E7
RGB
CMYK
RGB Variations
Color information
#5BC4E7 (or 0x5BC4E7) is known color: Malibu. HEX triplet: 5B, C4 and E7. RGB value is (91,196,231). Sum of RGB (Red+Green+Blue) = 91+196+231=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #5BC4E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC4E7 is #A43B18. Grayscale: #A8A8A8. Windows color (decimal): -10763033 or 15189083. OLE color: 15189083.
HSL color Cylindrical-coordinate representation of color #5BC4E7: hue angle of 195º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BC4E7 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 196 | 231 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.09 |
| HSL | 195º | 0.74% | 0.63% | - |
| HSV(B) | 195º | 0.61% | 0.91% | - |
| XYZ | 38.48 | 47.47 | 82.74 | - |
| YUV | 168.6 | 163.21 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 196 | 231 | 0.61 | 0.15 | 0 | 0.09 | 195 | 0.74 | 0.63 |
| Hex | 5B | C4 | E7 | 3D | F | 0 | 9 | C3 | 4A | 3F |
| Octal | 133 | 304 | 347 | 75 | 17 | 0 | 11 | 303 | 112 | 77 |
| Binary | 1011011 | 11000100 | 11100111 | 111101 | 1111 | 0 | 1001 | 11000011 | 1001010 | 111111 |
Color Harmonies of #5BC4E7
Complementary color
Monochromatic Colors of #5BC4E7
Black with #5BC4E7
Text Example
Text Example
White with #5BC4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC4E7; }
p { color: rgb(91,196,231); }
H1.HeaderClassName
{
color: #5BC4E7;
}
.AnyTagClassName
{
color: #5BC4E7;
}
</style>
background-color css
<style>
a { background-color: #5BC4E7; }
a { background-color: rgb(91,196,231); }
div.DivClassName
{
background-color: #5BC4E7;
}
.BgClassName
{
background-color: #5BC4E7;
}
</style>
border-color css
<style>
span { border-color: #5BC4E7; }
span { border-color: rgb(91,196,231); }
td.TdClassName
{
border-color: #5BC4E7;
}
.TagClassName
{
border-color: #5BC4E7;
}
</style>