Shades of Malibu #56AFF2
Tints of Malibu #56AFF2
RGB
CMYK
RGB Variations
Color information
#56AFF2 (or 0x56AFF2) is known color: Malibu. HEX triplet: 56, AF and F2. RGB value is (86,175,242). Sum of RGB (Red+Green+Blue) = 86+175+242=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #56AFF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56AFF2 is #A9500D. Grayscale: #9B9B9B. Windows color (decimal): -11096078 or 15904598. OLE color: 15904598.
HSL color Cylindrical-coordinate representation of color #56AFF2: hue angle of 205.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56AFF2 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 175 | 242 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.05 |
| HSL | 205.77º | 0.86% | 0.64% | - |
| HSV(B) | 205.77º | 0.64% | 0.95% | - |
| XYZ | 35.19 | 39.05 | 89.69 | - |
| YUV | 156.03 | 176.51 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 242 | 0.64 | 0.28 | 0 | 0.05 | 205.77 | 0.86 | 0.64 |
| Hex | 56 | AF | F2 | 40 | 1C | 0 | 5 | CE | 56 | 40 |
| Octal | 126 | 257 | 362 | 100 | 34 | 0 | 5 | 316 | 126 | 100 |
| Binary | 1010110 | 10101111 | 11110010 | 1000000 | 11100 | 0 | 101 | 11001110 | 1010110 | 1000000 |
Color Harmonies of #56AFF2
Complementary color
Monochromatic Colors of #56AFF2
Black with #56AFF2
Text Example
Text Example
White with #56AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AFF2; }
p { color: rgb(86,175,242); }
H1.HeaderClassName
{
color: #56AFF2;
}
.AnyTagClassName
{
color: #56AFF2;
}
</style>
background-color css
<style>
a { background-color: #56AFF2; }
a { background-color: rgb(86,175,242); }
div.DivClassName
{
background-color: #56AFF2;
}
.BgClassName
{
background-color: #56AFF2;
}
</style>
border-color css
<style>
span { border-color: #56AFF2; }
span { border-color: rgb(86,175,242); }
td.TdClassName
{
border-color: #56AFF2;
}
.TagClassName
{
border-color: #56AFF2;
}
</style>