Shades of Malibu #54C2F8
Tints of Malibu #54C2F8
RGB
CMYK
RGB Variations
Color information
#54C2F8 (or 0x54C2F8) is known color: Malibu. HEX triplet: 54, C2 and F8. RGB value is (84,194,248). Sum of RGB (Red+Green+Blue) = 84+194+248=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #54C2F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C2F8 is #AB3D07. Grayscale: #A6A6A6. Windows color (decimal): -11222280 or 16302676. OLE color: 16302676.
HSL color Cylindrical-coordinate representation of color #54C2F8: hue angle of 199.76º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54C2F8 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 194 | 248 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.03 |
| HSL | 199.76º | 0.92% | 0.65% | - |
| HSV(B) | 199.76º | 0.66% | 0.97% | - |
| XYZ | 39.89 | 47.25 | 95.82 | - |
| YUV | 167.27 | 173.56 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 248 | 0.66 | 0.22 | 0 | 0.03 | 199.76 | 0.92 | 0.65 |
| Hex | 54 | C2 | F8 | 42 | 16 | 0 | 3 | C8 | 5C | 41 |
| Octal | 124 | 302 | 370 | 102 | 26 | 0 | 3 | 310 | 134 | 101 |
| Binary | 1010100 | 11000010 | 11111000 | 1000010 | 10110 | 0 | 11 | 11001000 | 1011100 | 1000001 |
Color Harmonies of #54C2F8
Complementary color
Monochromatic Colors of #54C2F8
Black with #54C2F8
Text Example
Text Example
White with #54C2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C2F8; }
p { color: rgb(84,194,248); }
H1.HeaderClassName
{
color: #54C2F8;
}
.AnyTagClassName
{
color: #54C2F8;
}
</style>
background-color css
<style>
a { background-color: #54C2F8; }
a { background-color: rgb(84,194,248); }
div.DivClassName
{
background-color: #54C2F8;
}
.BgClassName
{
background-color: #54C2F8;
}
</style>
border-color css
<style>
span { border-color: #54C2F8; }
span { border-color: rgb(84,194,248); }
td.TdClassName
{
border-color: #54C2F8;
}
.TagClassName
{
border-color: #54C2F8;
}
</style>