Shades of Malibu #54BCF3
Tints of Malibu #54BCF3
RGB
CMYK
RGB Variations
Color information
#54BCF3 (or 0x54BCF3) is known color: Malibu. HEX triplet: 54, BC and F3. RGB value is (84,188,243). Sum of RGB (Red+Green+Blue) = 84+188+243=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #54BCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BCF3 is #AB430C. Grayscale: #A2A2A2. Windows color (decimal): -11223821 or 15973460. OLE color: 15973460.
HSL color Cylindrical-coordinate representation of color #54BCF3: hue angle of 200.75º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BCF3 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 188 | 243 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.05 |
| HSL | 200.75º | 0.87% | 0.64% | - |
| HSV(B) | 200.75º | 0.65% | 0.95% | - |
| XYZ | 37.82 | 44.32 | 91.36 | - |
| YUV | 163.17 | 173.04 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 243 | 0.65 | 0.23 | 0 | 0.05 | 200.75 | 0.87 | 0.64 |
| Hex | 54 | BC | F3 | 41 | 17 | 0 | 5 | C9 | 57 | 40 |
| Octal | 124 | 274 | 363 | 101 | 27 | 0 | 5 | 311 | 127 | 100 |
| Binary | 1010100 | 10111100 | 11110011 | 1000001 | 10111 | 0 | 101 | 11001001 | 1010111 | 1000000 |
Color Harmonies of #54BCF3
Complementary color
Monochromatic Colors of #54BCF3
Black with #54BCF3
Text Example
Text Example
White with #54BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCF3; }
p { color: rgb(84,188,243); }
H1.HeaderClassName
{
color: #54BCF3;
}
.AnyTagClassName
{
color: #54BCF3;
}
</style>
background-color css
<style>
a { background-color: #54BCF3; }
a { background-color: rgb(84,188,243); }
div.DivClassName
{
background-color: #54BCF3;
}
.BgClassName
{
background-color: #54BCF3;
}
</style>
border-color css
<style>
span { border-color: #54BCF3; }
span { border-color: rgb(84,188,243); }
td.TdClassName
{
border-color: #54BCF3;
}
.TagClassName
{
border-color: #54BCF3;
}
</style>