Shades of Malibu #54BCF6
Tints of Malibu #54BCF6
RGB
CMYK
RGB Variations
Color information
#54BCF6 (or 0x54BCF6) is known color: Malibu. HEX triplet: 54, BC and F6. RGB value is (84,188,246). Sum of RGB (Red+Green+Blue) = 84+188+246=518 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.22% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #54BCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BCF6 is #AB4309. Grayscale: #A3A3A3. Windows color (decimal): -11223818 or 16170068. OLE color: 16170068.
HSL color Cylindrical-coordinate representation of color #54BCF6: hue angle of 201.48º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54BCF6 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 188 | 246 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.04 |
| HSL | 201.48º | 0.9% | 0.65% | - |
| HSV(B) | 201.48º | 0.66% | 0.96% | - |
| XYZ | 38.27 | 44.51 | 93.76 | - |
| YUV | 163.52 | 174.54 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 246 | 0.66 | 0.24 | 0 | 0.04 | 201.48 | 0.9 | 0.65 |
| Hex | 54 | BC | F6 | 42 | 18 | 0 | 4 | C9 | 5A | 41 |
| Octal | 124 | 274 | 366 | 102 | 30 | 0 | 4 | 311 | 132 | 101 |
| Binary | 1010100 | 10111100 | 11110110 | 1000010 | 11000 | 0 | 100 | 11001001 | 1011010 | 1000001 |
Color Harmonies of #54BCF6
Complementary color
Monochromatic Colors of #54BCF6
Black with #54BCF6
Text Example
Text Example
White with #54BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCF6; }
p { color: rgb(84,188,246); }
H1.HeaderClassName
{
color: #54BCF6;
}
.AnyTagClassName
{
color: #54BCF6;
}
</style>
background-color css
<style>
a { background-color: #54BCF6; }
a { background-color: rgb(84,188,246); }
div.DivClassName
{
background-color: #54BCF6;
}
.BgClassName
{
background-color: #54BCF6;
}
</style>
border-color css
<style>
span { border-color: #54BCF6; }
span { border-color: rgb(84,188,246); }
td.TdClassName
{
border-color: #54BCF6;
}
.TagClassName
{
border-color: #54BCF6;
}
</style>