Shades of Malibu #5BCAF2
Tints of Malibu #5BCAF2
RGB
CMYK
RGB Variations
Color information
#5BCAF2 (or 0x5BCAF2) is known color: Malibu. HEX triplet: 5B, CA and F2. RGB value is (91,202,242). Sum of RGB (Red+Green+Blue) = 91+202+242=535 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.01% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #5BCAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCAF2 is #A4350D. Grayscale: #ADADAD. Windows color (decimal): -10761486 or 15911515. OLE color: 15911515.
HSL color Cylindrical-coordinate representation of color #5BCAF2: hue angle of 195.89º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BCAF2 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 202 | 242 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.05 |
| HSL | 195.89º | 0.85% | 0.65% | - |
| HSV(B) | 195.89º | 0.62% | 0.95% | - |
| XYZ | 41.46 | 50.88 | 91.64 | - |
| YUV | 173.37 | 166.73 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 242 | 0.62 | 0.17 | 0 | 0.05 | 195.89 | 0.85 | 0.65 |
| Hex | 5B | CA | F2 | 3E | 11 | 0 | 5 | C4 | 55 | 41 |
| Octal | 133 | 312 | 362 | 76 | 21 | 0 | 5 | 304 | 125 | 101 |
| Binary | 1011011 | 11001010 | 11110010 | 111110 | 10001 | 0 | 101 | 11000100 | 1010101 | 1000001 |
Color Harmonies of #5BCAF2
Complementary color
Monochromatic Colors of #5BCAF2
Black with #5BCAF2
Text Example
Text Example
White with #5BCAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAF2; }
p { color: rgb(91,202,242); }
H1.HeaderClassName
{
color: #5BCAF2;
}
.AnyTagClassName
{
color: #5BCAF2;
}
</style>
background-color css
<style>
a { background-color: #5BCAF2; }
a { background-color: rgb(91,202,242); }
div.DivClassName
{
background-color: #5BCAF2;
}
.BgClassName
{
background-color: #5BCAF2;
}
</style>
border-color css
<style>
span { border-color: #5BCAF2; }
span { border-color: rgb(91,202,242); }
td.TdClassName
{
border-color: #5BCAF2;
}
.TagClassName
{
border-color: #5BCAF2;
}
</style>