Shades of Malibu #55BCF6
Tints of Malibu #55BCF6
RGB
CMYK
RGB Variations
Color information
#55BCF6 (or 0x55BCF6) is known color: Malibu. HEX triplet: 55, BC and F6. RGB value is (85,188,246). Sum of RGB (Red+Green+Blue) = 85+188+246=519 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.38% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #55BCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BCF6 is #AA4309. Grayscale: #A3A3A3. Windows color (decimal): -11158282 or 16170069. OLE color: 16170069.
HSL color Cylindrical-coordinate representation of color #55BCF6: hue angle of 201.61º 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 #55BCF6 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 188 | 246 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.04 |
| HSL | 201.61º | 0.9% | 0.65% | - |
| HSV(B) | 201.61º | 0.65% | 0.96% | - |
| XYZ | 38.36 | 44.55 | 93.77 | - |
| YUV | 163.82 | 174.38 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 246 | 0.65 | 0.24 | 0 | 0.04 | 201.61 | 0.9 | 0.65 |
| Hex | 55 | BC | F6 | 41 | 18 | 0 | 4 | CA | 5A | 41 |
| Octal | 125 | 274 | 366 | 101 | 30 | 0 | 4 | 312 | 132 | 101 |
| Binary | 1010101 | 10111100 | 11110110 | 1000001 | 11000 | 0 | 100 | 11001010 | 1011010 | 1000001 |
Color Harmonies of #55BCF6
Complementary color
Monochromatic Colors of #55BCF6
Black with #55BCF6
Text Example
Text Example
White with #55BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BCF6; }
p { color: rgb(85,188,246); }
H1.HeaderClassName
{
color: #55BCF6;
}
.AnyTagClassName
{
color: #55BCF6;
}
</style>
background-color css
<style>
a { background-color: #55BCF6; }
a { background-color: rgb(85,188,246); }
div.DivClassName
{
background-color: #55BCF6;
}
.BgClassName
{
background-color: #55BCF6;
}
</style>
border-color css
<style>
span { border-color: #55BCF6; }
span { border-color: rgb(85,188,246); }
td.TdClassName
{
border-color: #55BCF6;
}
.TagClassName
{
border-color: #55BCF6;
}
</style>