Shades of Malibu #54ADF3
Tints of Malibu #54ADF3
RGB
CMYK
RGB Variations
Color information
#54ADF3 (or 0x54ADF3) is known color: Malibu. HEX triplet: 54, AD and F3. RGB value is (84,173,243). Sum of RGB (Red+Green+Blue) = 84+173+243=500 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #54ADF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ADF3 is #AB520C. Grayscale: #9A9A9A. Windows color (decimal): -11227661 or 15969620. OLE color: 15969620.
HSL color Cylindrical-coordinate representation of color #54ADF3: hue angle of 206.42º 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 #54ADF3 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 173 | 243 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.05 |
| HSL | 206.42º | 0.87% | 0.64% | - |
| HSV(B) | 206.42º | 0.65% | 0.95% | - |
| XYZ | 34.78 | 38.24 | 90.34 | - |
| YUV | 154.37 | 178.01 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 243 | 0.65 | 0.29 | 0 | 0.05 | 206.42 | 0.87 | 0.64 |
| Hex | 54 | AD | F3 | 41 | 1D | 0 | 5 | CE | 57 | 40 |
| Octal | 124 | 255 | 363 | 101 | 35 | 0 | 5 | 316 | 127 | 100 |
| Binary | 1010100 | 10101101 | 11110011 | 1000001 | 11101 | 0 | 101 | 11001110 | 1010111 | 1000000 |
Color Harmonies of #54ADF3
Complementary color
Monochromatic Colors of #54ADF3
Black with #54ADF3
Text Example
Text Example
White with #54ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADF3; }
p { color: rgb(84,173,243); }
H1.HeaderClassName
{
color: #54ADF3;
}
.AnyTagClassName
{
color: #54ADF3;
}
</style>
background-color css
<style>
a { background-color: #54ADF3; }
a { background-color: rgb(84,173,243); }
div.DivClassName
{
background-color: #54ADF3;
}
.BgClassName
{
background-color: #54ADF3;
}
</style>
border-color css
<style>
span { border-color: #54ADF3; }
span { border-color: rgb(84,173,243); }
td.TdClassName
{
border-color: #54ADF3;
}
.TagClassName
{
border-color: #54ADF3;
}
</style>