Shades of Malibu #5FBDEF
Tints of Malibu #5FBDEF
RGB
CMYK
RGB Variations
Color information
#5FBDEF (or 0x5FBDEF) is known color: Malibu. HEX triplet: 5F, BD and EF. RGB value is (95,189,239). Sum of RGB (Red+Green+Blue) = 95+189+239=523 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.16% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FBDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBDEF is #A04210. Grayscale: #A6A6A6. Windows color (decimal): -10502673 or 15711583. OLE color: 15711583.
HSL color Cylindrical-coordinate representation of color #5FBDEF: hue angle of 200.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FBDEF is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 189 | 239 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.06 |
| HSL | 200.83º | 0.82% | 0.65% | - |
| HSV(B) | 200.83º | 0.6% | 0.94% | - |
| XYZ | 38.5 | 45.06 | 88.33 | - |
| YUV | 166.59 | 168.86 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 239 | 0.60 | 0.21 | 0 | 0.06 | 200.83 | 0.82 | 0.65 |
| Hex | 5F | BD | EF | 3C | 15 | 0 | 6 | C9 | 52 | 41 |
| Octal | 137 | 275 | 357 | 74 | 25 | 0 | 6 | 311 | 122 | 101 |
| Binary | 1011111 | 10111101 | 11101111 | 111100 | 10101 | 0 | 110 | 11001001 | 1010010 | 1000001 |
Color Harmonies of #5FBDEF
Complementary color
Monochromatic Colors of #5FBDEF
Black with #5FBDEF
Text Example
Text Example
White with #5FBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBDEF; }
p { color: rgb(95,189,239); }
H1.HeaderClassName
{
color: #5FBDEF;
}
.AnyTagClassName
{
color: #5FBDEF;
}
</style>
background-color css
<style>
a { background-color: #5FBDEF; }
a { background-color: rgb(95,189,239); }
div.DivClassName
{
background-color: #5FBDEF;
}
.BgClassName
{
background-color: #5FBDEF;
}
</style>
border-color css
<style>
span { border-color: #5FBDEF; }
span { border-color: rgb(95,189,239); }
td.TdClassName
{
border-color: #5FBDEF;
}
.TagClassName
{
border-color: #5FBDEF;
}
</style>