Shades of Malibu #5FBCDD
Tints of Malibu #5FBCDD
RGB
CMYK
RGB Variations
Color information
#5FBCDD (or 0x5FBCDD) is known color: Malibu. HEX triplet: 5F, BC and DD. RGB value is (95,188,221). Sum of RGB (Red+Green+Blue) = 95+188+221=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FBCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBCDD is #A04322. Grayscale: #A3A3A3. Windows color (decimal): -10502947 or 14531679. OLE color: 14531679.
HSL color Cylindrical-coordinate representation of color #5FBCDD: hue angle of 195.71º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FBCDD is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 188 | 221 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.13 |
| HSL | 195.71º | 0.65% | 0.62% | - |
| HSV(B) | 195.71º | 0.57% | 0.87% | - |
| XYZ | 35.75 | 43.62 | 74.94 | - |
| YUV | 163.96 | 160.19 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 221 | 0.57 | 0.15 | 0 | 0.13 | 195.71 | 0.65 | 0.62 |
| Hex | 5F | BC | DD | 39 | F | 0 | D | C4 | 41 | 3E |
| Octal | 137 | 274 | 335 | 71 | 17 | 0 | 15 | 304 | 101 | 76 |
| Binary | 1011111 | 10111100 | 11011101 | 111001 | 1111 | 0 | 1101 | 11000100 | 1000001 | 111110 |
Color Harmonies of #5FBCDD
Complementary color
Monochromatic Colors of #5FBCDD
Black with #5FBCDD
Text Example
Text Example
White with #5FBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBCDD; }
p { color: rgb(95,188,221); }
H1.HeaderClassName
{
color: #5FBCDD;
}
.AnyTagClassName
{
color: #5FBCDD;
}
</style>
background-color css
<style>
a { background-color: #5FBCDD; }
a { background-color: rgb(95,188,221); }
div.DivClassName
{
background-color: #5FBCDD;
}
.BgClassName
{
background-color: #5FBCDD;
}
</style>
border-color css
<style>
span { border-color: #5FBCDD; }
span { border-color: rgb(95,188,221); }
td.TdClassName
{
border-color: #5FBCDD;
}
.TagClassName
{
border-color: #5FBCDD;
}
</style>