Shades of Malibu #5BC2F1
Tints of Malibu #5BC2F1
RGB
CMYK
RGB Variations
Color information
#5BC2F1 (or 0x5BC2F1) is known color: Malibu. HEX triplet: 5B, C2 and F1. RGB value is (91,194,241). Sum of RGB (Red+Green+Blue) = 91+194+241=526 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.30% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #5BC2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC2F1 is #A43D0E. Grayscale: #A8A8A8. Windows color (decimal): -10763535 or 15843931. OLE color: 15843931.
HSL color Cylindrical-coordinate representation of color #5BC2F1: hue angle of 198.8º degrees, saturation: 0.84, 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 #5BC2F1 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 194 | 241 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.05 |
| HSL | 198.8º | 0.84% | 0.65% | - |
| HSV(B) | 198.8º | 0.62% | 0.95% | - |
| XYZ | 39.48 | 47.16 | 90.24 | - |
| YUV | 168.56 | 168.88 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 241 | 0.62 | 0.20 | 0 | 0.05 | 198.8 | 0.84 | 0.65 |
| Hex | 5B | C2 | F1 | 3E | 14 | 0 | 5 | C7 | 54 | 41 |
| Octal | 133 | 302 | 361 | 76 | 24 | 0 | 5 | 307 | 124 | 101 |
| Binary | 1011011 | 11000010 | 11110001 | 111110 | 10100 | 0 | 101 | 11000111 | 1010100 | 1000001 |
Color Harmonies of #5BC2F1
Complementary color
Monochromatic Colors of #5BC2F1
Black with #5BC2F1
Text Example
Text Example
White with #5BC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC2F1; }
p { color: rgb(91,194,241); }
H1.HeaderClassName
{
color: #5BC2F1;
}
.AnyTagClassName
{
color: #5BC2F1;
}
</style>
background-color css
<style>
a { background-color: #5BC2F1; }
a { background-color: rgb(91,194,241); }
div.DivClassName
{
background-color: #5BC2F1;
}
.BgClassName
{
background-color: #5BC2F1;
}
</style>
border-color css
<style>
span { border-color: #5BC2F1; }
span { border-color: rgb(91,194,241); }
td.TdClassName
{
border-color: #5BC2F1;
}
.TagClassName
{
border-color: #5BC2F1;
}
</style>