Shades of Malibu #54BDF3
Tints of Malibu #54BDF3
RGB
CMYK
RGB Variations
Color information
#54BDF3 (or 0x54BDF3) is known color: Malibu. HEX triplet: 54, BD and F3. RGB value is (84,189,243). Sum of RGB (Red+Green+Blue) = 84+189+243=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #54BDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BDF3 is #AB420C. Grayscale: #A3A3A3. Windows color (decimal): -11223565 or 15973716. OLE color: 15973716.
HSL color Cylindrical-coordinate representation of color #54BDF3: hue angle of 200.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BDF3 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 189 | 243 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.05 |
| HSL | 200.38º | 0.87% | 0.64% | - |
| HSV(B) | 200.38º | 0.65% | 0.95% | - |
| XYZ | 38.03 | 44.75 | 91.43 | - |
| YUV | 163.76 | 172.71 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 243 | 0.65 | 0.22 | 0 | 0.05 | 200.38 | 0.87 | 0.64 |
| Hex | 54 | BD | F3 | 41 | 16 | 0 | 5 | C8 | 57 | 40 |
| Octal | 124 | 275 | 363 | 101 | 26 | 0 | 5 | 310 | 127 | 100 |
| Binary | 1010100 | 10111101 | 11110011 | 1000001 | 10110 | 0 | 101 | 11001000 | 1010111 | 1000000 |
Color Harmonies of #54BDF3
Complementary color
Monochromatic Colors of #54BDF3
Black with #54BDF3
Text Example
Text Example
White with #54BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDF3; }
p { color: rgb(84,189,243); }
H1.HeaderClassName
{
color: #54BDF3;
}
.AnyTagClassName
{
color: #54BDF3;
}
</style>
background-color css
<style>
a { background-color: #54BDF3; }
a { background-color: rgb(84,189,243); }
div.DivClassName
{
background-color: #54BDF3;
}
.BgClassName
{
background-color: #54BDF3;
}
</style>
border-color css
<style>
span { border-color: #54BDF3; }
span { border-color: rgb(84,189,243); }
td.TdClassName
{
border-color: #54BDF3;
}
.TagClassName
{
border-color: #54BDF3;
}
</style>