Shades of Malibu #5FAFF2
Tints of Malibu #5FAFF2
RGB
CMYK
RGB Variations
Color information
#5FAFF2 (or 0x5FAFF2) is known color: Malibu. HEX triplet: 5F, AF and F2. RGB value is (95,175,242). Sum of RGB (Red+Green+Blue) = 95+175+242=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #5FAFF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAFF2 is #A0500D. Grayscale: #9E9E9E. Windows color (decimal): -10506254 or 15904607. OLE color: 15904607.
HSL color Cylindrical-coordinate representation of color #5FAFF2: hue angle of 207.35º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FAFF2 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 175 | 242 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.05 |
| HSL | 207.35º | 0.85% | 0.66% | - |
| HSV(B) | 207.35º | 0.61% | 0.95% | - |
| XYZ | 36.08 | 39.5 | 89.73 | - |
| YUV | 158.72 | 175 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 242 | 0.61 | 0.28 | 0 | 0.05 | 207.35 | 0.85 | 0.66 |
| Hex | 5F | AF | F2 | 3D | 1C | 0 | 5 | CF | 55 | 42 |
| Octal | 137 | 257 | 362 | 75 | 34 | 0 | 5 | 317 | 125 | 102 |
| Binary | 1011111 | 10101111 | 11110010 | 111101 | 11100 | 0 | 101 | 11001111 | 1010101 | 1000010 |
Color Harmonies of #5FAFF2
Complementary color
Monochromatic Colors of #5FAFF2
Black with #5FAFF2
Text Example
Text Example
White with #5FAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFF2; }
p { color: rgb(95,175,242); }
H1.HeaderClassName
{
color: #5FAFF2;
}
.AnyTagClassName
{
color: #5FAFF2;
}
</style>
background-color css
<style>
a { background-color: #5FAFF2; }
a { background-color: rgb(95,175,242); }
div.DivClassName
{
background-color: #5FAFF2;
}
.BgClassName
{
background-color: #5FAFF2;
}
</style>
border-color css
<style>
span { border-color: #5FAFF2; }
span { border-color: rgb(95,175,242); }
td.TdClassName
{
border-color: #5FAFF2;
}
.TagClassName
{
border-color: #5FAFF2;
}
</style>