Shades of Malibu #55BDF3
Tints of Malibu #55BDF3
RGB
CMYK
RGB Variations
Color information
#55BDF3 (or 0x55BDF3) is known color: Malibu. HEX triplet: 55, BD and F3. RGB value is (85,189,243). Sum of RGB (Red+Green+Blue) = 85+189+243=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #55BDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BDF3 is #AA420C. Grayscale: #A3A3A3. Windows color (decimal): -11158029 or 15973717. OLE color: 15973717.
HSL color Cylindrical-coordinate representation of color #55BDF3: hue angle of 200.51º 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 #55BDF3 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 189 | 243 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.05 |
| HSL | 200.51º | 0.87% | 0.64% | - |
| HSV(B) | 200.51º | 0.65% | 0.95% | - |
| XYZ | 38.12 | 44.8 | 91.43 | - |
| YUV | 164.06 | 172.54 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 243 | 0.65 | 0.22 | 0 | 0.05 | 200.51 | 0.87 | 0.64 |
| Hex | 55 | BD | F3 | 41 | 16 | 0 | 5 | C9 | 57 | 40 |
| Octal | 125 | 275 | 363 | 101 | 26 | 0 | 5 | 311 | 127 | 100 |
| Binary | 1010101 | 10111101 | 11110011 | 1000001 | 10110 | 0 | 101 | 11001001 | 1010111 | 1000000 |
Color Harmonies of #55BDF3
Complementary color
Monochromatic Colors of #55BDF3
Black with #55BDF3
Text Example
Text Example
White with #55BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDF3; }
p { color: rgb(85,189,243); }
H1.HeaderClassName
{
color: #55BDF3;
}
.AnyTagClassName
{
color: #55BDF3;
}
</style>
background-color css
<style>
a { background-color: #55BDF3; }
a { background-color: rgb(85,189,243); }
div.DivClassName
{
background-color: #55BDF3;
}
.BgClassName
{
background-color: #55BDF3;
}
</style>
border-color css
<style>
span { border-color: #55BDF3; }
span { border-color: rgb(85,189,243); }
td.TdClassName
{
border-color: #55BDF3;
}
.TagClassName
{
border-color: #55BDF3;
}
</style>