Shades of Malibu #5FBEE1
Tints of Malibu #5FBEE1
RGB
CMYK
RGB Variations
Color information
#5FBEE1 (or 0x5FBEE1) is known color: Malibu. HEX triplet: 5F, BE and E1. RGB value is (95,190,225). Sum of RGB (Red+Green+Blue) = 95+190+225=510 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.63% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #5FBEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBEE1 is #A0411E. Grayscale: #A5A5A5. Windows color (decimal): -10502431 or 14794335. OLE color: 14794335.
HSL color Cylindrical-coordinate representation of color #5FBEE1: hue angle of 196.15º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FBEE1 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 190 | 225 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.12 |
| HSL | 196.15º | 0.68% | 0.63% | - |
| HSV(B) | 196.15º | 0.58% | 0.88% | - |
| XYZ | 36.72 | 44.7 | 77.93 | - |
| YUV | 165.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 225 | 0.58 | 0.16 | 0 | 0.12 | 196.15 | 0.68 | 0.63 |
| Hex | 5F | BE | E1 | 3A | 10 | 0 | C | C4 | 44 | 3F |
| Octal | 137 | 276 | 341 | 72 | 20 | 0 | 14 | 304 | 104 | 77 |
| Binary | 1011111 | 10111110 | 11100001 | 111010 | 10000 | 0 | 1100 | 11000100 | 1000100 | 111111 |
Color Harmonies of #5FBEE1
Complementary color
Monochromatic Colors of #5FBEE1
Black with #5FBEE1
Text Example
Text Example
White with #5FBEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBEE1; }
p { color: rgb(95,190,225); }
H1.HeaderClassName
{
color: #5FBEE1;
}
.AnyTagClassName
{
color: #5FBEE1;
}
</style>
background-color css
<style>
a { background-color: #5FBEE1; }
a { background-color: rgb(95,190,225); }
div.DivClassName
{
background-color: #5FBEE1;
}
.BgClassName
{
background-color: #5FBEE1;
}
</style>
border-color css
<style>
span { border-color: #5FBEE1; }
span { border-color: rgb(95,190,225); }
td.TdClassName
{
border-color: #5FBEE1;
}
.TagClassName
{
border-color: #5FBEE1;
}
</style>