Shades of Malibu #54BDF6
Tints of Malibu #54BDF6
RGB
CMYK
RGB Variations
Color information
#54BDF6 (or 0x54BDF6) is known color: Malibu. HEX triplet: 54, BD and F6. RGB value is (84,189,246). Sum of RGB (Red+Green+Blue) = 84+189+246=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #54BDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BDF6 is #AB4209. Grayscale: #A3A3A3. Windows color (decimal): -11223562 or 16170324. OLE color: 16170324.
HSL color Cylindrical-coordinate representation of color #54BDF6: hue angle of 201.11º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54BDF6 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 189 | 246 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.04 |
| HSL | 201.11º | 0.9% | 0.65% | - |
| HSV(B) | 201.11º | 0.66% | 0.96% | - |
| XYZ | 38.49 | 44.93 | 93.83 | - |
| YUV | 164.1 | 174.21 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 246 | 0.66 | 0.23 | 0 | 0.04 | 201.11 | 0.9 | 0.65 |
| Hex | 54 | BD | F6 | 42 | 17 | 0 | 4 | C9 | 5A | 41 |
| Octal | 124 | 275 | 366 | 102 | 27 | 0 | 4 | 311 | 132 | 101 |
| Binary | 1010100 | 10111101 | 11110110 | 1000010 | 10111 | 0 | 100 | 11001001 | 1011010 | 1000001 |
Color Harmonies of #54BDF6
Complementary color
Monochromatic Colors of #54BDF6
Black with #54BDF6
Text Example
Text Example
White with #54BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDF6; }
p { color: rgb(84,189,246); }
H1.HeaderClassName
{
color: #54BDF6;
}
.AnyTagClassName
{
color: #54BDF6;
}
</style>
background-color css
<style>
a { background-color: #54BDF6; }
a { background-color: rgb(84,189,246); }
div.DivClassName
{
background-color: #54BDF6;
}
.BgClassName
{
background-color: #54BDF6;
}
</style>
border-color css
<style>
span { border-color: #54BDF6; }
span { border-color: rgb(84,189,246); }
td.TdClassName
{
border-color: #54BDF6;
}
.TagClassName
{
border-color: #54BDF6;
}
</style>