Shades of Malibu #5FAEEF
Tints of Malibu #5FAEEF
RGB
CMYK
RGB Variations
Color information
#5FAEEF (or 0x5FAEEF) is known color: Malibu. HEX triplet: 5F, AE and EF. RGB value is (95,174,239). Sum of RGB (Red+Green+Blue) = 95+174+239=508 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.70% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FAEEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAEEF is #A05110. Grayscale: #9D9D9D. Windows color (decimal): -10506513 or 15707743. OLE color: 15707743.
HSL color Cylindrical-coordinate representation of color #5FAEEF: hue angle of 207.08º 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 #5FAEEF is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 174 | 239 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.06 |
| HSL | 207.08º | 0.82% | 0.65% | - |
| HSV(B) | 207.08º | 0.6% | 0.94% | - |
| XYZ | 35.44 | 38.94 | 87.31 | - |
| YUV | 157.79 | 173.83 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 239 | 0.60 | 0.27 | 0 | 0.06 | 207.08 | 0.82 | 0.65 |
| Hex | 5F | AE | EF | 3C | 1B | 0 | 6 | CF | 52 | 41 |
| Octal | 137 | 256 | 357 | 74 | 33 | 0 | 6 | 317 | 122 | 101 |
| Binary | 1011111 | 10101110 | 11101111 | 111100 | 11011 | 0 | 110 | 11001111 | 1010010 | 1000001 |
Color Harmonies of #5FAEEF
Complementary color
Monochromatic Colors of #5FAEEF
Black with #5FAEEF
Text Example
Text Example
White with #5FAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAEEF; }
p { color: rgb(95,174,239); }
H1.HeaderClassName
{
color: #5FAEEF;
}
.AnyTagClassName
{
color: #5FAEEF;
}
</style>
background-color css
<style>
a { background-color: #5FAEEF; }
a { background-color: rgb(95,174,239); }
div.DivClassName
{
background-color: #5FAEEF;
}
.BgClassName
{
background-color: #5FAEEF;
}
</style>
border-color css
<style>
span { border-color: #5FAEEF; }
span { border-color: rgb(95,174,239); }
td.TdClassName
{
border-color: #5FAEEF;
}
.TagClassName
{
border-color: #5FAEEF;
}
</style>