Shades of Malibu #56B2EE
Tints of Malibu #56B2EE
RGB
CMYK
RGB Variations
Color information
#56B2EE (or 0x56B2EE) is known color: Malibu. HEX triplet: 56, B2 and EE. RGB value is (86,178,238). Sum of RGB (Red+Green+Blue) = 86+178+238=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #56B2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56B2EE is #A94D11. Grayscale: #9D9D9D. Windows color (decimal): -11095314 or 15643222. OLE color: 15643222.
HSL color Cylindrical-coordinate representation of color #56B2EE: hue angle of 203.68º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56B2EE is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 178 | 238 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.07 |
| HSL | 203.68º | 0.82% | 0.64% | - |
| HSV(B) | 203.68º | 0.64% | 0.93% | - |
| XYZ | 35.19 | 39.99 | 86.75 | - |
| YUV | 157.33 | 173.52 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 178 | 238 | 0.64 | 0.25 | 0 | 0.07 | 203.68 | 0.82 | 0.64 |
| Hex | 56 | B2 | EE | 40 | 19 | 0 | 7 | CC | 52 | 40 |
| Octal | 126 | 262 | 356 | 100 | 31 | 0 | 7 | 314 | 122 | 100 |
| Binary | 1010110 | 10110010 | 11101110 | 1000000 | 11001 | 0 | 111 | 11001100 | 1010010 | 1000000 |
Color Harmonies of #56B2EE
Complementary color
Monochromatic Colors of #56B2EE
Black with #56B2EE
Text Example
Text Example
White with #56B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B2EE; }
p { color: rgb(86,178,238); }
H1.HeaderClassName
{
color: #56B2EE;
}
.AnyTagClassName
{
color: #56B2EE;
}
</style>
background-color css
<style>
a { background-color: #56B2EE; }
a { background-color: rgb(86,178,238); }
div.DivClassName
{
background-color: #56B2EE;
}
.BgClassName
{
background-color: #56B2EE;
}
</style>
border-color css
<style>
span { border-color: #56B2EE; }
span { border-color: rgb(86,178,238); }
td.TdClassName
{
border-color: #56B2EE;
}
.TagClassName
{
border-color: #56B2EE;
}
</style>