Shades of Malibu #56BEE6
Tints of Malibu #56BEE6
RGB
CMYK
RGB Variations
Color information
#56BEE6 (or 0x56BEE6) is known color: Malibu. HEX triplet: 56, BE and E6. RGB value is (86,190,230). Sum of RGB (Red+Green+Blue) = 86+190+230=506 (67% of max value = 765). Red value is 86 (33.98% from 255 or 17.00% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #56BEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BEE6 is #A94119. Grayscale: #A3A3A3. Windows color (decimal): -11092250 or 15122006. OLE color: 15122006.
HSL color Cylindrical-coordinate representation of color #56BEE6: hue angle of 196.67º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56BEE6 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 190 | 230 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.10 |
| HSL | 196.67º | 0.74% | 0.62% | - |
| HSV(B) | 196.67º | 0.63% | 0.9% | - |
| XYZ | 36.53 | 44.52 | 81.53 | - |
| YUV | 163.46 | 165.54 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 190 | 230 | 0.63 | 0.17 | 0 | 0.10 | 196.67 | 0.74 | 0.62 |
| Hex | 56 | BE | E6 | 3F | 11 | 0 | A | C5 | 4A | 3E |
| Octal | 126 | 276 | 346 | 77 | 21 | 0 | 12 | 305 | 112 | 76 |
| Binary | 1010110 | 10111110 | 11100110 | 111111 | 10001 | 0 | 1010 | 11000101 | 1001010 | 111110 |
Color Harmonies of #56BEE6
Complementary color
Monochromatic Colors of #56BEE6
Black with #56BEE6
Text Example
Text Example
White with #56BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BEE6; }
p { color: rgb(86,190,230); }
H1.HeaderClassName
{
color: #56BEE6;
}
.AnyTagClassName
{
color: #56BEE6;
}
</style>
background-color css
<style>
a { background-color: #56BEE6; }
a { background-color: rgb(86,190,230); }
div.DivClassName
{
background-color: #56BEE6;
}
.BgClassName
{
background-color: #56BEE6;
}
</style>
border-color css
<style>
span { border-color: #56BEE6; }
span { border-color: rgb(86,190,230); }
td.TdClassName
{
border-color: #56BEE6;
}
.TagClassName
{
border-color: #56BEE6;
}
</style>