Shades of Malibu #55C7DF
Tints of Malibu #55C7DF
RGB
CMYK
RGB Variations
Color information
#55C7DF (or 0x55C7DF) is known color: Malibu. HEX triplet: 55, C7 and DF. RGB value is (85,199,223). Sum of RGB (Red+Green+Blue) = 85+199+223=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #55C7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C7DF is #AA3820. Grayscale: #A7A7A7. Windows color (decimal): -11155489 or 14665557. OLE color: 14665557.
HSL color Cylindrical-coordinate representation of color #55C7DF: hue angle of 190.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55C7DF is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 199 | 223 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.13 |
| HSL | 190.43º | 0.68% | 0.6% | - |
| HSV(B) | 190.43º | 0.62% | 0.87% | - |
| XYZ | 37.49 | 48.11 | 77.12 | - |
| YUV | 167.65 | 159.23 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 223 | 0.62 | 0.11 | 0 | 0.13 | 190.43 | 0.68 | 0.6 |
| Hex | 55 | C7 | DF | 3E | B | 0 | D | BE | 44 | 3C |
| Octal | 125 | 307 | 337 | 76 | 13 | 0 | 15 | 276 | 104 | 74 |
| Binary | 1010101 | 11000111 | 11011111 | 111110 | 1011 | 0 | 1101 | 10111110 | 1000100 | 111100 |
Color Harmonies of #55C7DF
Complementary color
Monochromatic Colors of #55C7DF
Black with #55C7DF
Text Example
Text Example
White with #55C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C7DF; }
p { color: rgb(85,199,223); }
H1.HeaderClassName
{
color: #55C7DF;
}
.AnyTagClassName
{
color: #55C7DF;
}
</style>
background-color css
<style>
a { background-color: #55C7DF; }
a { background-color: rgb(85,199,223); }
div.DivClassName
{
background-color: #55C7DF;
}
.BgClassName
{
background-color: #55C7DF;
}
</style>
border-color css
<style>
span { border-color: #55C7DF; }
span { border-color: rgb(85,199,223); }
td.TdClassName
{
border-color: #55C7DF;
}
.TagClassName
{
border-color: #55C7DF;
}
</style>