Shades of Malibu #5FAEEB
Tints of Malibu #5FAEEB
RGB
CMYK
RGB Variations
Color information
#5FAEEB (or 0x5FAEEB) is known color: Malibu. HEX triplet: 5F, AE and EB. RGB value is (95,174,235). Sum of RGB (Red+Green+Blue) = 95+174+235=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAEEB is #A05114. Grayscale: #9D9D9D. Windows color (decimal): -10506517 or 15445599. OLE color: 15445599.
HSL color Cylindrical-coordinate representation of color #5FAEEB: hue angle of 206.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FAEEB is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 174 | 235 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.08 |
| HSL | 206.14º | 0.78% | 0.65% | - |
| HSV(B) | 206.14º | 0.6% | 0.92% | - |
| XYZ | 34.85 | 38.7 | 84.23 | - |
| YUV | 157.33 | 171.83 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 235 | 0.60 | 0.26 | 0 | 0.08 | 206.14 | 0.78 | 0.65 |
| Hex | 5F | AE | EB | 3C | 1A | 0 | 8 | CE | 4E | 41 |
| Octal | 137 | 256 | 353 | 74 | 32 | 0 | 10 | 316 | 116 | 101 |
| Binary | 1011111 | 10101110 | 11101011 | 111100 | 11010 | 0 | 1000 | 11001110 | 1001110 | 1000001 |
Color Harmonies of #5FAEEB
Complementary color
Monochromatic Colors of #5FAEEB
Black with #5FAEEB
Text Example
Text Example
White with #5FAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAEEB; }
p { color: rgb(95,174,235); }
H1.HeaderClassName
{
color: #5FAEEB;
}
.AnyTagClassName
{
color: #5FAEEB;
}
</style>
background-color css
<style>
a { background-color: #5FAEEB; }
a { background-color: rgb(95,174,235); }
div.DivClassName
{
background-color: #5FAEEB;
}
.BgClassName
{
background-color: #5FAEEB;
}
</style>
border-color css
<style>
span { border-color: #5FAEEB; }
span { border-color: rgb(95,174,235); }
td.TdClassName
{
border-color: #5FAEEB;
}
.TagClassName
{
border-color: #5FAEEB;
}
</style>