Shades of Malibu #55ACF8
Tints of Malibu #55ACF8
RGB
CMYK
RGB Variations
Color information
#55ACF8 (or 0x55ACF8) is known color: Malibu. HEX triplet: 55, AC and F8. RGB value is (85,172,248). Sum of RGB (Red+Green+Blue) = 85+172+248=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #55ACF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ACF8 is #AA5307. Grayscale: #9A9A9A. Windows color (decimal): -11162376 or 16297045. OLE color: 16297045.
HSL color Cylindrical-coordinate representation of color #55ACF8: hue angle of 207.98º 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 #55ACF8 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 172 | 248 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.03 |
| HSL | 207.98º | 0.92% | 0.65% | - |
| HSV(B) | 207.98º | 0.66% | 0.97% | - |
| XYZ | 35.44 | 38.21 | 94.31 | - |
| YUV | 154.65 | 180.68 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 248 | 0.66 | 0.31 | 0 | 0.03 | 207.98 | 0.92 | 0.65 |
| Hex | 55 | AC | F8 | 42 | 1F | 0 | 3 | D0 | 5C | 41 |
| Octal | 125 | 254 | 370 | 102 | 37 | 0 | 3 | 320 | 134 | 101 |
| Binary | 1010101 | 10101100 | 11111000 | 1000010 | 11111 | 0 | 11 | 11010000 | 1011100 | 1000001 |
Color Harmonies of #55ACF8
Complementary color
Monochromatic Colors of #55ACF8
Black with #55ACF8
Text Example
Text Example
White with #55ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ACF8; }
p { color: rgb(85,172,248); }
H1.HeaderClassName
{
color: #55ACF8;
}
.AnyTagClassName
{
color: #55ACF8;
}
</style>
background-color css
<style>
a { background-color: #55ACF8; }
a { background-color: rgb(85,172,248); }
div.DivClassName
{
background-color: #55ACF8;
}
.BgClassName
{
background-color: #55ACF8;
}
</style>
border-color css
<style>
span { border-color: #55ACF8; }
span { border-color: rgb(85,172,248); }
td.TdClassName
{
border-color: #55ACF8;
}
.TagClassName
{
border-color: #55ACF8;
}
</style>