Shades of Malibu #54BFE5
Tints of Malibu #54BFE5
RGB
CMYK
RGB Variations
Color information
#54BFE5 (or 0x54BFE5) is known color: Malibu. HEX triplet: 54, BF and E5. RGB value is (84,191,229). Sum of RGB (Red+Green+Blue) = 84+191+229=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #54BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BFE5 is #AB401A. Grayscale: #A3A3A3. Windows color (decimal): -11223067 or 15056724. OLE color: 15056724.
HSL color Cylindrical-coordinate representation of color #54BFE5: hue angle of 195.72º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54BFE5 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 191 | 229 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.10 |
| HSL | 195.72º | 0.74% | 0.61% | - |
| HSV(B) | 195.72º | 0.63% | 0.9% | - |
| XYZ | 36.43 | 44.8 | 80.86 | - |
| YUV | 163.34 | 165.05 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 229 | 0.63 | 0.17 | 0 | 0.10 | 195.72 | 0.74 | 0.61 |
| Hex | 54 | BF | E5 | 3F | 11 | 0 | A | C4 | 4A | 3D |
| Octal | 124 | 277 | 345 | 77 | 21 | 0 | 12 | 304 | 112 | 75 |
| Binary | 1010100 | 10111111 | 11100101 | 111111 | 10001 | 0 | 1010 | 11000100 | 1001010 | 111101 |
Color Harmonies of #54BFE5
Complementary color
Monochromatic Colors of #54BFE5
Black with #54BFE5
Text Example
Text Example
White with #54BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BFE5; }
p { color: rgb(84,191,229); }
H1.HeaderClassName
{
color: #54BFE5;
}
.AnyTagClassName
{
color: #54BFE5;
}
</style>
background-color css
<style>
a { background-color: #54BFE5; }
a { background-color: rgb(84,191,229); }
div.DivClassName
{
background-color: #54BFE5;
}
.BgClassName
{
background-color: #54BFE5;
}
</style>
border-color css
<style>
span { border-color: #54BFE5; }
span { border-color: rgb(84,191,229); }
td.TdClassName
{
border-color: #54BFE5;
}
.TagClassName
{
border-color: #54BFE5;
}
</style>