Shades of Malibu #55BFF6
Tints of Malibu #55BFF6
RGB
CMYK
RGB Variations
Color information
#55BFF6 (or 0x55BFF6) is known color: Malibu. HEX triplet: 55, BF and F6. RGB value is (85,191,246). Sum of RGB (Red+Green+Blue) = 85+191+246=522 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.28% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #55BFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BFF6 is #AA4009. Grayscale: #A5A5A5. Windows color (decimal): -11157514 or 16170837. OLE color: 16170837.
HSL color Cylindrical-coordinate representation of color #55BFF6: hue angle of 200.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55BFF6 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 191 | 246 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.04 |
| HSL | 200.5º | 0.9% | 0.65% | - |
| HSV(B) | 200.5º | 0.65% | 0.96% | - |
| XYZ | 39.01 | 45.85 | 93.98 | - |
| YUV | 165.58 | 173.38 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 246 | 0.65 | 0.22 | 0 | 0.04 | 200.5 | 0.9 | 0.65 |
| Hex | 55 | BF | F6 | 41 | 16 | 0 | 4 | C8 | 5A | 41 |
| Octal | 125 | 277 | 366 | 101 | 26 | 0 | 4 | 310 | 132 | 101 |
| Binary | 1010101 | 10111111 | 11110110 | 1000001 | 10110 | 0 | 100 | 11001000 | 1011010 | 1000001 |
Color Harmonies of #55BFF6
Complementary color
Monochromatic Colors of #55BFF6
Black with #55BFF6
Text Example
Text Example
White with #55BFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BFF6; }
p { color: rgb(85,191,246); }
H1.HeaderClassName
{
color: #55BFF6;
}
.AnyTagClassName
{
color: #55BFF6;
}
</style>
background-color css
<style>
a { background-color: #55BFF6; }
a { background-color: rgb(85,191,246); }
div.DivClassName
{
background-color: #55BFF6;
}
.BgClassName
{
background-color: #55BFF6;
}
</style>
border-color css
<style>
span { border-color: #55BFF6; }
span { border-color: rgb(85,191,246); }
td.TdClassName
{
border-color: #55BFF6;
}
.TagClassName
{
border-color: #55BFF6;
}
</style>