Shades of Malibu #54BEE6
Tints of Malibu #54BEE6
RGB
CMYK
RGB Variations
Color information
#54BEE6 (or 0x54BEE6) is known color: Malibu. HEX triplet: 54, BE and E6. RGB value is (84,190,230). Sum of RGB (Red+Green+Blue) = 84+190+230=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #54BEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BEE6 is #AB4119. Grayscale: #A2A2A2. Windows color (decimal): -11223322 or 15122004. OLE color: 15122004.
HSL color Cylindrical-coordinate representation of color #54BEE6: hue angle of 196.44º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54BEE6 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 190 | 230 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.10 |
| HSL | 196.44º | 0.74% | 0.62% | - |
| HSV(B) | 196.44º | 0.63% | 0.9% | - |
| XYZ | 36.35 | 44.42 | 81.52 | - |
| YUV | 162.87 | 165.88 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 230 | 0.63 | 0.17 | 0 | 0.10 | 196.44 | 0.74 | 0.62 |
| Hex | 54 | BE | E6 | 3F | 11 | 0 | A | C4 | 4A | 3E |
| Octal | 124 | 276 | 346 | 77 | 21 | 0 | 12 | 304 | 112 | 76 |
| Binary | 1010100 | 10111110 | 11100110 | 111111 | 10001 | 0 | 1010 | 11000100 | 1001010 | 111110 |
Color Harmonies of #54BEE6
Complementary color
Monochromatic Colors of #54BEE6
Black with #54BEE6
Text Example
Text Example
White with #54BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BEE6; }
p { color: rgb(84,190,230); }
H1.HeaderClassName
{
color: #54BEE6;
}
.AnyTagClassName
{
color: #54BEE6;
}
</style>
background-color css
<style>
a { background-color: #54BEE6; }
a { background-color: rgb(84,190,230); }
div.DivClassName
{
background-color: #54BEE6;
}
.BgClassName
{
background-color: #54BEE6;
}
</style>
border-color css
<style>
span { border-color: #54BEE6; }
span { border-color: rgb(84,190,230); }
td.TdClassName
{
border-color: #54BEE6;
}
.TagClassName
{
border-color: #54BEE6;
}
</style>