Shades of Malibu #56AFE3
Tints of Malibu #56AFE3
RGB
CMYK
RGB Variations
Color information
#56AFE3 (or 0x56AFE3) is known color: Malibu. HEX triplet: 56, AF and E3. RGB value is (86,175,227). Sum of RGB (Red+Green+Blue) = 86+175+227=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 227 (89.06% from 255 or 46.52% from 488); Max value from RGB is 227 - color contains mainly: blue. Hex color #56AFE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AFE3 is #A9501C. Grayscale: #9A9A9A. Windows color (decimal): -11096093 or 14921558. OLE color: 14921558.
HSL color Cylindrical-coordinate representation of color #56AFE3: hue angle of 202.13º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56AFE3 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 175 | 227 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.11 |
| HSL | 202.13º | 0.72% | 0.61% | - |
| HSV(B) | 202.13º | 0.62% | 0.89% | - |
| XYZ | 33.03 | 38.18 | 78.3 | - |
| YUV | 154.32 | 169.01 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 227 | 0.62 | 0.23 | 0 | 0.11 | 202.13 | 0.72 | 0.61 |
| Hex | 56 | AF | E3 | 3E | 17 | 0 | B | CA | 48 | 3D |
| Octal | 126 | 257 | 343 | 76 | 27 | 0 | 13 | 312 | 110 | 75 |
| Binary | 1010110 | 10101111 | 11100011 | 111110 | 10111 | 0 | 1011 | 11001010 | 1001000 | 111101 |
Color Harmonies of #56AFE3
Complementary color
Monochromatic Colors of #56AFE3
Black with #56AFE3
Text Example
Text Example
White with #56AFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AFE3; }
p { color: rgb(86,175,227); }
H1.HeaderClassName
{
color: #56AFE3;
}
.AnyTagClassName
{
color: #56AFE3;
}
</style>
background-color css
<style>
a { background-color: #56AFE3; }
a { background-color: rgb(86,175,227); }
div.DivClassName
{
background-color: #56AFE3;
}
.BgClassName
{
background-color: #56AFE3;
}
</style>
border-color css
<style>
span { border-color: #56AFE3; }
span { border-color: rgb(86,175,227); }
td.TdClassName
{
border-color: #56AFE3;
}
.TagClassName
{
border-color: #56AFE3;
}
</style>