Shades of Malibu #56C1F7
Tints of Malibu #56C1F7
RGB
CMYK
RGB Variations
Color information
#56C1F7 (or 0x56C1F7) is known color: Malibu. HEX triplet: 56, C1 and F7. RGB value is (86,193,247). Sum of RGB (Red+Green+Blue) = 86+193+247=526 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.35% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #56C1F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C1F7 is #A93E08. Grayscale: #A6A6A6. Windows color (decimal): -11091465 or 16236886. OLE color: 16236886.
HSL color Cylindrical-coordinate representation of color #56C1F7: hue angle of 200.12º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56C1F7 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 193 | 247 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.03 |
| HSL | 200.12º | 0.91% | 0.65% | - |
| HSV(B) | 200.12º | 0.65% | 0.97% | - |
| XYZ | 39.7 | 46.83 | 94.94 | - |
| YUV | 167.16 | 173.05 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 247 | 0.65 | 0.22 | 0 | 0.03 | 200.12 | 0.91 | 0.65 |
| Hex | 56 | C1 | F7 | 41 | 16 | 0 | 3 | C8 | 5B | 41 |
| Octal | 126 | 301 | 367 | 101 | 26 | 0 | 3 | 310 | 133 | 101 |
| Binary | 1010110 | 11000001 | 11110111 | 1000001 | 10110 | 0 | 11 | 11001000 | 1011011 | 1000001 |
Color Harmonies of #56C1F7
Complementary color
Monochromatic Colors of #56C1F7
Black with #56C1F7
Text Example
Text Example
White with #56C1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C1F7; }
p { color: rgb(86,193,247); }
H1.HeaderClassName
{
color: #56C1F7;
}
.AnyTagClassName
{
color: #56C1F7;
}
</style>
background-color css
<style>
a { background-color: #56C1F7; }
a { background-color: rgb(86,193,247); }
div.DivClassName
{
background-color: #56C1F7;
}
.BgClassName
{
background-color: #56C1F7;
}
</style>
border-color css
<style>
span { border-color: #56C1F7; }
span { border-color: rgb(86,193,247); }
td.TdClassName
{
border-color: #56C1F7;
}
.TagClassName
{
border-color: #56C1F7;
}
</style>