Shades of Malibu #54BFE6
Tints of Malibu #54BFE6
RGB
CMYK
RGB Variations
Color information
#54BFE6 (or 0x54BFE6) is known color: Malibu. HEX triplet: 54, BF and E6. RGB value is (84,191,230). Sum of RGB (Red+Green+Blue) = 84+191+230=505 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.63% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #54BFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFE6 is #AB4019. Grayscale: #A3A3A3. Windows color (decimal): -11223066 or 15122260. OLE color: 15122260.
HSL color Cylindrical-coordinate representation of color #54BFE6: hue angle of 196.03º 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 #54BFE6 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 191 | 230 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.10 |
| HSL | 196.03º | 0.74% | 0.62% | - |
| HSV(B) | 196.03º | 0.63% | 0.9% | - |
| XYZ | 36.57 | 44.86 | 81.59 | - |
| YUV | 163.45 | 165.55 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 230 | 0.63 | 0.17 | 0 | 0.10 | 196.03 | 0.74 | 0.62 |
| Hex | 54 | BF | E6 | 3F | 11 | 0 | A | C4 | 4A | 3E |
| Octal | 124 | 277 | 346 | 77 | 21 | 0 | 12 | 304 | 112 | 76 |
| Binary | 1010100 | 10111111 | 11100110 | 111111 | 10001 | 0 | 1010 | 11000100 | 1001010 | 111110 |
Color Harmonies of #54BFE6
Complementary color
Monochromatic Colors of #54BFE6
Black with #54BFE6
Text Example
Text Example
White with #54BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BFE6; }
p { color: rgb(84,191,230); }
H1.HeaderClassName
{
color: #54BFE6;
}
.AnyTagClassName
{
color: #54BFE6;
}
</style>
background-color css
<style>
a { background-color: #54BFE6; }
a { background-color: rgb(84,191,230); }
div.DivClassName
{
background-color: #54BFE6;
}
.BgClassName
{
background-color: #54BFE6;
}
</style>
border-color css
<style>
span { border-color: #54BFE6; }
span { border-color: rgb(84,191,230); }
td.TdClassName
{
border-color: #54BFE6;
}
.TagClassName
{
border-color: #54BFE6;
}
</style>