Shades of Malibu #55BDDC
Tints of Malibu #55BDDC
RGB
CMYK
RGB Variations
Color information
#55BDDC (or 0x55BDDC) is known color: Malibu. HEX triplet: 55, BD and DC. RGB value is (85,189,220). Sum of RGB (Red+Green+Blue) = 85+189+220=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #55BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDDC is #AA4223. Grayscale: #A1A1A1. Windows color (decimal): -11158052 or 14466389. OLE color: 14466389.
HSL color Cylindrical-coordinate representation of color #55BDDC: hue angle of 193.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55BDDC is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 189 | 220 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.14 |
| HSL | 193.78º | 0.66% | 0.6% | - |
| HSV(B) | 193.78º | 0.61% | 0.86% | - |
| XYZ | 34.86 | 43.49 | 74.27 | - |
| YUV | 161.44 | 161.04 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 220 | 0.61 | 0.14 | 0 | 0.14 | 193.78 | 0.66 | 0.6 |
| Hex | 55 | BD | DC | 3D | E | 0 | E | C2 | 42 | 3C |
| Octal | 125 | 275 | 334 | 75 | 16 | 0 | 16 | 302 | 102 | 74 |
| Binary | 1010101 | 10111101 | 11011100 | 111101 | 1110 | 0 | 1110 | 11000010 | 1000010 | 111100 |
Color Harmonies of #55BDDC
Complementary color
Monochromatic Colors of #55BDDC
Black with #55BDDC
Text Example
Text Example
White with #55BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDDC; }
p { color: rgb(85,189,220); }
H1.HeaderClassName
{
color: #55BDDC;
}
.AnyTagClassName
{
color: #55BDDC;
}
</style>
background-color css
<style>
a { background-color: #55BDDC; }
a { background-color: rgb(85,189,220); }
div.DivClassName
{
background-color: #55BDDC;
}
.BgClassName
{
background-color: #55BDDC;
}
</style>
border-color css
<style>
span { border-color: #55BDDC; }
span { border-color: rgb(85,189,220); }
td.TdClassName
{
border-color: #55BDDC;
}
.TagClassName
{
border-color: #55BDDC;
}
</style>