Shades of Malibu #55BFDA
Tints of Malibu #55BFDA
RGB
CMYK
RGB Variations
Color information
#55BFDA (or 0x55BFDA) is known color: Malibu. HEX triplet: 55, BF and DA. RGB value is (85,191,218). Sum of RGB (Red+Green+Blue) = 85+191+218=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #55BFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFDA is #AA4025. Grayscale: #A2A2A2. Windows color (decimal): -11157542 or 14335829. OLE color: 14335829.
HSL color Cylindrical-coordinate representation of color #55BFDA: hue angle of 192.18º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55BFDA is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 191 | 218 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.15 |
| HSL | 192.18º | 0.64% | 0.59% | - |
| HSV(B) | 192.18º | 0.61% | 0.85% | - |
| XYZ | 35.03 | 44.25 | 73.03 | - |
| YUV | 162.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 218 | 0.61 | 0.12 | 0 | 0.15 | 192.18 | 0.64 | 0.59 |
| Hex | 55 | BF | DA | 3D | C | 0 | F | C0 | 40 | 3B |
| Octal | 125 | 277 | 332 | 75 | 14 | 0 | 17 | 300 | 100 | 73 |
| Binary | 1010101 | 10111111 | 11011010 | 111101 | 1100 | 0 | 1111 | 11000000 | 1000000 | 111011 |
Color Harmonies of #55BFDA
Complementary color
Monochromatic Colors of #55BFDA
Black with #55BFDA
Text Example
Text Example
White with #55BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BFDA; }
p { color: rgb(85,191,218); }
H1.HeaderClassName
{
color: #55BFDA;
}
.AnyTagClassName
{
color: #55BFDA;
}
</style>
background-color css
<style>
a { background-color: #55BFDA; }
a { background-color: rgb(85,191,218); }
div.DivClassName
{
background-color: #55BFDA;
}
.BgClassName
{
background-color: #55BFDA;
}
</style>
border-color css
<style>
span { border-color: #55BFDA; }
span { border-color: rgb(85,191,218); }
td.TdClassName
{
border-color: #55BFDA;
}
.TagClassName
{
border-color: #55BFDA;
}
</style>