Shades of Malibu #5FB3ED
Tints of Malibu #5FB3ED
RGB
CMYK
RGB Variations
Color information
#5FB3ED (or 0x5FB3ED) is known color: Malibu. HEX triplet: 5F, B3 and ED. RGB value is (95,179,237). Sum of RGB (Red+Green+Blue) = 95+179+237=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FB3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB3ED is #A04C12. Grayscale: #A0A0A0. Windows color (decimal): -10505235 or 15577951. OLE color: 15577951.
HSL color Cylindrical-coordinate representation of color #5FB3ED: hue angle of 204.51º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FB3ED is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 179 | 237 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.07 |
| HSL | 204.51º | 0.8% | 0.65% | - |
| HSV(B) | 204.51º | 0.6% | 0.93% | - |
| XYZ | 36.13 | 40.79 | 86.09 | - |
| YUV | 160.5 | 171.17 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 179 | 237 | 0.60 | 0.24 | 0 | 0.07 | 204.51 | 0.8 | 0.65 |
| Hex | 5F | B3 | ED | 3C | 18 | 0 | 7 | CD | 50 | 41 |
| Octal | 137 | 263 | 355 | 74 | 30 | 0 | 7 | 315 | 120 | 101 |
| Binary | 1011111 | 10110011 | 11101101 | 111100 | 11000 | 0 | 111 | 11001101 | 1010000 | 1000001 |
Color Harmonies of #5FB3ED
Complementary color
Monochromatic Colors of #5FB3ED
Black with #5FB3ED
Text Example
Text Example
White with #5FB3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB3ED; }
p { color: rgb(95,179,237); }
H1.HeaderClassName
{
color: #5FB3ED;
}
.AnyTagClassName
{
color: #5FB3ED;
}
</style>
background-color css
<style>
a { background-color: #5FB3ED; }
a { background-color: rgb(95,179,237); }
div.DivClassName
{
background-color: #5FB3ED;
}
.BgClassName
{
background-color: #5FB3ED;
}
</style>
border-color css
<style>
span { border-color: #5FB3ED; }
span { border-color: rgb(95,179,237); }
td.TdClassName
{
border-color: #5FB3ED;
}
.TagClassName
{
border-color: #5FB3ED;
}
</style>