Shades of Malibu #56AFEC
Tints of Malibu #56AFEC
RGB
CMYK
RGB Variations
Color information
#56AFEC (or 0x56AFEC) is known color: Malibu. HEX triplet: 56, AF and EC. RGB value is (86,175,236). Sum of RGB (Red+Green+Blue) = 86+175+236=497 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.30% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #56AFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56AFEC is #A95013. Grayscale: #9B9B9B. Windows color (decimal): -11096084 or 15511382. OLE color: 15511382.
HSL color Cylindrical-coordinate representation of color #56AFEC: hue angle of 204.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56AFEC is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 175 | 236 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.07 |
| HSL | 204.4º | 0.8% | 0.63% | - |
| HSV(B) | 204.4º | 0.64% | 0.93% | - |
| XYZ | 34.31 | 38.69 | 85.02 | - |
| YUV | 155.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 236 | 0.64 | 0.26 | 0 | 0.07 | 204.4 | 0.8 | 0.63 |
| Hex | 56 | AF | EC | 40 | 1A | 0 | 7 | CC | 50 | 3F |
| Octal | 126 | 257 | 354 | 100 | 32 | 0 | 7 | 314 | 120 | 77 |
| Binary | 1010110 | 10101111 | 11101100 | 1000000 | 11010 | 0 | 111 | 11001100 | 1010000 | 111111 |
Color Harmonies of #56AFEC
Complementary color
Monochromatic Colors of #56AFEC
Black with #56AFEC
Text Example
Text Example
White with #56AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AFEC; }
p { color: rgb(86,175,236); }
H1.HeaderClassName
{
color: #56AFEC;
}
.AnyTagClassName
{
color: #56AFEC;
}
</style>
background-color css
<style>
a { background-color: #56AFEC; }
a { background-color: rgb(86,175,236); }
div.DivClassName
{
background-color: #56AFEC;
}
.BgClassName
{
background-color: #56AFEC;
}
</style>
border-color css
<style>
span { border-color: #56AFEC; }
span { border-color: rgb(86,175,236); }
td.TdClassName
{
border-color: #56AFEC;
}
.TagClassName
{
border-color: #56AFEC;
}
</style>