Shades of Malibu #55BDF7
Tints of Malibu #55BDF7
RGB
CMYK
RGB Variations
Color information
#55BDF7 (or 0x55BDF7) is known color: Malibu. HEX triplet: 55, BD and F7. RGB value is (85,189,247). Sum of RGB (Red+Green+Blue) = 85+189+247=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #55BDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BDF7 is #AA4208. Grayscale: #A4A4A4. Windows color (decimal): -11158025 or 16235861. OLE color: 16235861.
HSL color Cylindrical-coordinate representation of color #55BDF7: hue angle of 201.48º degrees, saturation: 0.91, 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 #55BDF7 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 189 | 247 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.03 |
| HSL | 201.48º | 0.91% | 0.65% | - |
| HSV(B) | 201.48º | 0.66% | 0.97% | - |
| XYZ | 38.73 | 45.04 | 94.65 | - |
| YUV | 164.52 | 174.54 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 247 | 0.66 | 0.23 | 0 | 0.03 | 201.48 | 0.91 | 0.65 |
| Hex | 55 | BD | F7 | 42 | 17 | 0 | 3 | C9 | 5B | 41 |
| Octal | 125 | 275 | 367 | 102 | 27 | 0 | 3 | 311 | 133 | 101 |
| Binary | 1010101 | 10111101 | 11110111 | 1000010 | 10111 | 0 | 11 | 11001001 | 1011011 | 1000001 |
Color Harmonies of #55BDF7
Complementary color
Monochromatic Colors of #55BDF7
Black with #55BDF7
Text Example
Text Example
White with #55BDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDF7; }
p { color: rgb(85,189,247); }
H1.HeaderClassName
{
color: #55BDF7;
}
.AnyTagClassName
{
color: #55BDF7;
}
</style>
background-color css
<style>
a { background-color: #55BDF7; }
a { background-color: rgb(85,189,247); }
div.DivClassName
{
background-color: #55BDF7;
}
.BgClassName
{
background-color: #55BDF7;
}
</style>
border-color css
<style>
span { border-color: #55BDF7; }
span { border-color: rgb(85,189,247); }
td.TdClassName
{
border-color: #55BDF7;
}
.TagClassName
{
border-color: #55BDF7;
}
</style>