Shades of Malibu #5FB6F1
Tints of Malibu #5FB6F1
RGB
CMYK
RGB Variations
Color information
#5FB6F1 (or 0x5FB6F1) is known color: Malibu. HEX triplet: 5F, B6 and F1. RGB value is (95,182,241). Sum of RGB (Red+Green+Blue) = 95+182+241=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #5FB6F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB6F1 is #A0490E. Grayscale: #A2A2A2. Windows color (decimal): -10504463 or 15840863. OLE color: 15840863.
HSL color Cylindrical-coordinate representation of color #5FB6F1: hue angle of 204.25º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FB6F1 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 182 | 241 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.05 |
| HSL | 204.25º | 0.84% | 0.66% | - |
| HSV(B) | 204.25º | 0.61% | 0.95% | - |
| XYZ | 37.32 | 42.24 | 89.4 | - |
| YUV | 162.71 | 172.18 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 182 | 241 | 0.61 | 0.24 | 0 | 0.05 | 204.25 | 0.84 | 0.66 |
| Hex | 5F | B6 | F1 | 3D | 18 | 0 | 5 | CC | 54 | 42 |
| Octal | 137 | 266 | 361 | 75 | 30 | 0 | 5 | 314 | 124 | 102 |
| Binary | 1011111 | 10110110 | 11110001 | 111101 | 11000 | 0 | 101 | 11001100 | 1010100 | 1000010 |
Color Harmonies of #5FB6F1
Complementary color
Monochromatic Colors of #5FB6F1
Black with #5FB6F1
Text Example
Text Example
White with #5FB6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB6F1; }
p { color: rgb(95,182,241); }
H1.HeaderClassName
{
color: #5FB6F1;
}
.AnyTagClassName
{
color: #5FB6F1;
}
</style>
background-color css
<style>
a { background-color: #5FB6F1; }
a { background-color: rgb(95,182,241); }
div.DivClassName
{
background-color: #5FB6F1;
}
.BgClassName
{
background-color: #5FB6F1;
}
</style>
border-color css
<style>
span { border-color: #5FB6F1; }
span { border-color: rgb(95,182,241); }
td.TdClassName
{
border-color: #5FB6F1;
}
.TagClassName
{
border-color: #5FB6F1;
}
</style>