Shades of Malibu #56BFE6
Tints of Malibu #56BFE6
RGB
CMYK
RGB Variations
Color information
#56BFE6 (or 0x56BFE6) is known color: Malibu. HEX triplet: 56, BF and E6. RGB value is (86,191,230). Sum of RGB (Red+Green+Blue) = 86+191+230=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #56BFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BFE6 is #A94019. Grayscale: #A3A3A3. Windows color (decimal): -11091994 or 15122262. OLE color: 15122262.
HSL color Cylindrical-coordinate representation of color #56BFE6: hue angle of 196.25º 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 #56BFE6 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 191 | 230 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.10 |
| HSL | 196.25º | 0.74% | 0.62% | - |
| HSV(B) | 196.25º | 0.63% | 0.9% | - |
| XYZ | 36.75 | 44.95 | 81.6 | - |
| YUV | 164.05 | 165.21 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 191 | 230 | 0.63 | 0.17 | 0 | 0.10 | 196.25 | 0.74 | 0.62 |
| Hex | 56 | BF | E6 | 3F | 11 | 0 | A | C4 | 4A | 3E |
| Octal | 126 | 277 | 346 | 77 | 21 | 0 | 12 | 304 | 112 | 76 |
| Binary | 1010110 | 10111111 | 11100110 | 111111 | 10001 | 0 | 1010 | 11000100 | 1001010 | 111110 |
Color Harmonies of #56BFE6
Complementary color
Monochromatic Colors of #56BFE6
Black with #56BFE6
Text Example
Text Example
White with #56BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BFE6; }
p { color: rgb(86,191,230); }
H1.HeaderClassName
{
color: #56BFE6;
}
.AnyTagClassName
{
color: #56BFE6;
}
</style>
background-color css
<style>
a { background-color: #56BFE6; }
a { background-color: rgb(86,191,230); }
div.DivClassName
{
background-color: #56BFE6;
}
.BgClassName
{
background-color: #56BFE6;
}
</style>
border-color css
<style>
span { border-color: #56BFE6; }
span { border-color: rgb(86,191,230); }
td.TdClassName
{
border-color: #56BFE6;
}
.TagClassName
{
border-color: #56BFE6;
}
</style>