Shades of Malibu #54BDF8
Tints of Malibu #54BDF8
RGB
CMYK
RGB Variations
Color information
#54BDF8 (or 0x54BDF8) is known color: Malibu. HEX triplet: 54, BD and F8. RGB value is (84,189,248). Sum of RGB (Red+Green+Blue) = 84+189+248=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #54BDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BDF8 is #AB4207. Grayscale: #A3A3A3. Windows color (decimal): -11223560 or 16301396. OLE color: 16301396.
HSL color Cylindrical-coordinate representation of color #54BDF8: hue angle of 201.59º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54BDF8 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 189 | 248 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.03 |
| HSL | 201.59º | 0.92% | 0.65% | - |
| HSV(B) | 201.59º | 0.66% | 0.97% | - |
| XYZ | 38.8 | 45.06 | 95.46 | - |
| YUV | 164.33 | 175.21 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 248 | 0.66 | 0.24 | 0 | 0.03 | 201.59 | 0.92 | 0.65 |
| Hex | 54 | BD | F8 | 42 | 18 | 0 | 3 | CA | 5C | 41 |
| Octal | 124 | 275 | 370 | 102 | 30 | 0 | 3 | 312 | 134 | 101 |
| Binary | 1010100 | 10111101 | 11111000 | 1000010 | 11000 | 0 | 11 | 11001010 | 1011100 | 1000001 |
Color Harmonies of #54BDF8
Complementary color
Monochromatic Colors of #54BDF8
Black with #54BDF8
Text Example
Text Example
White with #54BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDF8; }
p { color: rgb(84,189,248); }
H1.HeaderClassName
{
color: #54BDF8;
}
.AnyTagClassName
{
color: #54BDF8;
}
</style>
background-color css
<style>
a { background-color: #54BDF8; }
a { background-color: rgb(84,189,248); }
div.DivClassName
{
background-color: #54BDF8;
}
.BgClassName
{
background-color: #54BDF8;
}
</style>
border-color css
<style>
span { border-color: #54BDF8; }
span { border-color: rgb(84,189,248); }
td.TdClassName
{
border-color: #54BDF8;
}
.TagClassName
{
border-color: #54BDF8;
}
</style>