Shades of Malibu #5FAFE4
Tints of Malibu #5FAFE4
RGB
CMYK
RGB Variations
Color information
#5FAFE4 (or 0x5FAFE4) is known color: Malibu. HEX triplet: 5F, AF and E4. RGB value is (95,175,228). Sum of RGB (Red+Green+Blue) = 95+175+228=498 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.08% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #5FAFE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFE4 is #A0501B. Grayscale: #9C9C9C. Windows color (decimal): -10506268 or 14987103. OLE color: 14987103.
HSL color Cylindrical-coordinate representation of color #5FAFE4: hue angle of 203.91º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FAFE4 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 175 | 228 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.11 |
| HSL | 203.91º | 0.71% | 0.63% | - |
| HSV(B) | 203.91º | 0.58% | 0.89% | - |
| XYZ | 34.05 | 38.69 | 79.07 | - |
| YUV | 157.12 | 168 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 228 | 0.58 | 0.23 | 0 | 0.11 | 203.91 | 0.71 | 0.63 |
| Hex | 5F | AF | E4 | 3A | 17 | 0 | B | CC | 47 | 3F |
| Octal | 137 | 257 | 344 | 72 | 27 | 0 | 13 | 314 | 107 | 77 |
| Binary | 1011111 | 10101111 | 11100100 | 111010 | 10111 | 0 | 1011 | 11001100 | 1000111 | 111111 |
Color Harmonies of #5FAFE4
Complementary color
Monochromatic Colors of #5FAFE4
Black with #5FAFE4
Text Example
Text Example
White with #5FAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFE4; }
p { color: rgb(95,175,228); }
H1.HeaderClassName
{
color: #5FAFE4;
}
.AnyTagClassName
{
color: #5FAFE4;
}
</style>
background-color css
<style>
a { background-color: #5FAFE4; }
a { background-color: rgb(95,175,228); }
div.DivClassName
{
background-color: #5FAFE4;
}
.BgClassName
{
background-color: #5FAFE4;
}
</style>
border-color css
<style>
span { border-color: #5FAFE4; }
span { border-color: rgb(95,175,228); }
td.TdClassName
{
border-color: #5FAFE4;
}
.TagClassName
{
border-color: #5FAFE4;
}
</style>