Shades of Malibu #5FAEDA
Tints of Malibu #5FAEDA
RGB
CMYK
RGB Variations
Color information
#5FAEDA (or 0x5FAEDA) is known color: Malibu. HEX triplet: 5F, AE and DA. RGB value is (95,174,218). Sum of RGB (Red+Green+Blue) = 95+174+218=487 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.51% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #5FAEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAEDA is #A05125. Grayscale: #9B9B9B. Windows color (decimal): -10506534 or 14331487. OLE color: 14331487.
HSL color Cylindrical-coordinate representation of color #5FAEDA: hue angle of 201.46º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FAEDA is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 174 | 218 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.15 |
| HSL | 201.46º | 0.62% | 0.61% | - |
| HSV(B) | 201.46º | 0.56% | 0.85% | - |
| XYZ | 32.51 | 37.77 | 71.91 | - |
| YUV | 155.4 | 163.33 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 218 | 0.56 | 0.20 | 0 | 0.15 | 201.46 | 0.62 | 0.61 |
| Hex | 5F | AE | DA | 38 | 14 | 0 | F | C9 | 3E | 3D |
| Octal | 137 | 256 | 332 | 70 | 24 | 0 | 17 | 311 | 76 | 75 |
| Binary | 1011111 | 10101110 | 11011010 | 111000 | 10100 | 0 | 1111 | 11001001 | 111110 | 111101 |
Color Harmonies of #5FAEDA
Complementary color
Monochromatic Colors of #5FAEDA
Black with #5FAEDA
Text Example
Text Example
White with #5FAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAEDA; }
p { color: rgb(95,174,218); }
H1.HeaderClassName
{
color: #5FAEDA;
}
.AnyTagClassName
{
color: #5FAEDA;
}
</style>
background-color css
<style>
a { background-color: #5FAEDA; }
a { background-color: rgb(95,174,218); }
div.DivClassName
{
background-color: #5FAEDA;
}
.BgClassName
{
background-color: #5FAEDA;
}
</style>
border-color css
<style>
span { border-color: #5FAEDA; }
span { border-color: rgb(95,174,218); }
td.TdClassName
{
border-color: #5FAEDA;
}
.TagClassName
{
border-color: #5FAEDA;
}
</style>