Shades of Malibu #5FBDEA
Tints of Malibu #5FBDEA
RGB
CMYK
RGB Variations
Color information
#5FBDEA (or 0x5FBDEA) is known color: Malibu. HEX triplet: 5F, BD and EA. RGB value is (95,189,234). Sum of RGB (Red+Green+Blue) = 95+189+234=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FBDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBDEA is #A04215. Grayscale: #A5A5A5. Windows color (decimal): -10502678 or 15383903. OLE color: 15383903.
HSL color Cylindrical-coordinate representation of color #5FBDEA: hue angle of 199.42º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FBDEA is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 189 | 234 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.08 |
| HSL | 199.42º | 0.77% | 0.65% | - |
| HSV(B) | 199.42º | 0.59% | 0.92% | - |
| XYZ | 37.77 | 44.77 | 84.49 | - |
| YUV | 166.02 | 166.36 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 234 | 0.59 | 0.19 | 0 | 0.08 | 199.42 | 0.77 | 0.65 |
| Hex | 5F | BD | EA | 3B | 13 | 0 | 8 | C7 | 4D | 41 |
| Octal | 137 | 275 | 352 | 73 | 23 | 0 | 10 | 307 | 115 | 101 |
| Binary | 1011111 | 10111101 | 11101010 | 111011 | 10011 | 0 | 1000 | 11000111 | 1001101 | 1000001 |
Color Harmonies of #5FBDEA
Complementary color
Monochromatic Colors of #5FBDEA
Black with #5FBDEA
Text Example
Text Example
White with #5FBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBDEA; }
p { color: rgb(95,189,234); }
H1.HeaderClassName
{
color: #5FBDEA;
}
.AnyTagClassName
{
color: #5FBDEA;
}
</style>
background-color css
<style>
a { background-color: #5FBDEA; }
a { background-color: rgb(95,189,234); }
div.DivClassName
{
background-color: #5FBDEA;
}
.BgClassName
{
background-color: #5FBDEA;
}
</style>
border-color css
<style>
span { border-color: #5FBDEA; }
span { border-color: rgb(95,189,234); }
td.TdClassName
{
border-color: #5FBDEA;
}
.TagClassName
{
border-color: #5FBDEA;
}
</style>