Shades of Malibu #54B2FB
Tints of Malibu #54B2FB
RGB
CMYK
RGB Variations
Color information
#54B2FB (or 0x54B2FB) is known color: Malibu. HEX triplet: 54, B2 and FB. RGB value is (84,178,251). Sum of RGB (Red+Green+Blue) = 84+178+251=513 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.37% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #54B2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B2FB is #AB4D04. Grayscale: #9D9D9D. Windows color (decimal): -11226373 or 16495188. OLE color: 16495188.
HSL color Cylindrical-coordinate representation of color #54B2FB: hue angle of 206.23º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54B2FB is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 178 | 251 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.02 |
| HSL | 206.23º | 0.95% | 0.66% | - |
| HSV(B) | 206.23º | 0.67% | 0.98% | - |
| XYZ | 36.99 | 40.69 | 97.17 | - |
| YUV | 158.22 | 180.36 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 251 | 0.67 | 0.29 | 0 | 0.02 | 206.23 | 0.95 | 0.66 |
| Hex | 54 | B2 | FB | 43 | 1D | 0 | 2 | CE | 5F | 42 |
| Octal | 124 | 262 | 373 | 103 | 35 | 0 | 2 | 316 | 137 | 102 |
| Binary | 1010100 | 10110010 | 11111011 | 1000011 | 11101 | 0 | 10 | 11001110 | 1011111 | 1000010 |
Color Harmonies of #54B2FB
Complementary color
Monochromatic Colors of #54B2FB
Black with #54B2FB
Text Example
Text Example
White with #54B2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B2FB; }
p { color: rgb(84,178,251); }
H1.HeaderClassName
{
color: #54B2FB;
}
.AnyTagClassName
{
color: #54B2FB;
}
</style>
background-color css
<style>
a { background-color: #54B2FB; }
a { background-color: rgb(84,178,251); }
div.DivClassName
{
background-color: #54B2FB;
}
.BgClassName
{
background-color: #54B2FB;
}
</style>
border-color css
<style>
span { border-color: #54B2FB; }
span { border-color: rgb(84,178,251); }
td.TdClassName
{
border-color: #54B2FB;
}
.TagClassName
{
border-color: #54B2FB;
}
</style>