Shades of Malibu #5BCAEF
Tints of Malibu #5BCAEF
RGB
CMYK
RGB Variations
Color information
#5BCAEF (or 0x5BCAEF) is known color: Malibu. HEX triplet: 5B, CA and EF. RGB value is (91,202,239). Sum of RGB (Red+Green+Blue) = 91+202+239=532 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.11% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BCAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCAEF is #A43510. Grayscale: #ACACAC. Windows color (decimal): -10761489 or 15714907. OLE color: 15714907.
HSL color Cylindrical-coordinate representation of color #5BCAEF: hue angle of 195º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BCAEF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 202 | 239 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.06 |
| HSL | 195º | 0.82% | 0.65% | - |
| HSV(B) | 195º | 0.62% | 0.94% | - |
| XYZ | 41.01 | 50.7 | 89.29 | - |
| YUV | 173.03 | 165.23 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 239 | 0.62 | 0.15 | 0 | 0.06 | 195 | 0.82 | 0.65 |
| Hex | 5B | CA | EF | 3E | F | 0 | 6 | C3 | 52 | 41 |
| Octal | 133 | 312 | 357 | 76 | 17 | 0 | 6 | 303 | 122 | 101 |
| Binary | 1011011 | 11001010 | 11101111 | 111110 | 1111 | 0 | 110 | 11000011 | 1010010 | 1000001 |
Color Harmonies of #5BCAEF
Complementary color
Monochromatic Colors of #5BCAEF
Black with #5BCAEF
Text Example
Text Example
White with #5BCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAEF; }
p { color: rgb(91,202,239); }
H1.HeaderClassName
{
color: #5BCAEF;
}
.AnyTagClassName
{
color: #5BCAEF;
}
</style>
background-color css
<style>
a { background-color: #5BCAEF; }
a { background-color: rgb(91,202,239); }
div.DivClassName
{
background-color: #5BCAEF;
}
.BgClassName
{
background-color: #5BCAEF;
}
</style>
border-color css
<style>
span { border-color: #5BCAEF; }
span { border-color: rgb(91,202,239); }
td.TdClassName
{
border-color: #5BCAEF;
}
.TagClassName
{
border-color: #5BCAEF;
}
</style>