Shades of Malibu #5FB7EE
Tints of Malibu #5FB7EE
RGB
CMYK
RGB Variations
Color information
#5FB7EE (or 0x5FB7EE) is known color: Malibu. HEX triplet: 5F, B7 and EE. RGB value is (95,183,238). Sum of RGB (Red+Green+Blue) = 95+183+238=516 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.41% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FB7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB7EE is #A04811. Grayscale: #A2A2A2. Windows color (decimal): -10504210 or 15644511. OLE color: 15644511.
HSL color Cylindrical-coordinate representation of color #5FB7EE: hue angle of 203.08º degrees, saturation: 0.81, 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 #5FB7EE is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 183 | 238 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.07 |
| HSL | 203.08º | 0.81% | 0.65% | - |
| HSV(B) | 203.08º | 0.6% | 0.93% | - |
| XYZ | 37.09 | 42.47 | 87.13 | - |
| YUV | 162.96 | 170.35 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 238 | 0.60 | 0.23 | 0 | 0.07 | 203.08 | 0.81 | 0.65 |
| Hex | 5F | B7 | EE | 3C | 17 | 0 | 7 | CB | 51 | 41 |
| Octal | 137 | 267 | 356 | 74 | 27 | 0 | 7 | 313 | 121 | 101 |
| Binary | 1011111 | 10110111 | 11101110 | 111100 | 10111 | 0 | 111 | 11001011 | 1010001 | 1000001 |
Color Harmonies of #5FB7EE
Complementary color
Monochromatic Colors of #5FB7EE
Black with #5FB7EE
Text Example
Text Example
White with #5FB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB7EE; }
p { color: rgb(95,183,238); }
H1.HeaderClassName
{
color: #5FB7EE;
}
.AnyTagClassName
{
color: #5FB7EE;
}
</style>
background-color css
<style>
a { background-color: #5FB7EE; }
a { background-color: rgb(95,183,238); }
div.DivClassName
{
background-color: #5FB7EE;
}
.BgClassName
{
background-color: #5FB7EE;
}
</style>
border-color css
<style>
span { border-color: #5FB7EE; }
span { border-color: rgb(95,183,238); }
td.TdClassName
{
border-color: #5FB7EE;
}
.TagClassName
{
border-color: #5FB7EE;
}
</style>