Shades of Malibu #57BFDF
Tints of Malibu #57BFDF
RGB
CMYK
RGB Variations
Color information
#57BFDF (or 0x57BFDF) is known color: Malibu. HEX triplet: 57, BF and DF. RGB value is (87,191,223). Sum of RGB (Red+Green+Blue) = 87+191+223=501 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.37% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #57BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFDF is #A84020. Grayscale: #A3A3A3. Windows color (decimal): -11026465 or 14663511. OLE color: 14663511.
HSL color Cylindrical-coordinate representation of color #57BFDF: hue angle of 194.12º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57BFDF is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 191 | 223 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.13 |
| HSL | 194.12º | 0.68% | 0.61% | - |
| HSV(B) | 194.12º | 0.61% | 0.87% | - |
| XYZ | 35.88 | 44.62 | 76.53 | - |
| YUV | 163.55 | 161.54 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 223 | 0.61 | 0.14 | 0 | 0.13 | 194.12 | 0.68 | 0.61 |
| Hex | 57 | BF | DF | 3D | E | 0 | D | C2 | 44 | 3D |
| Octal | 127 | 277 | 337 | 75 | 16 | 0 | 15 | 302 | 104 | 75 |
| Binary | 1010111 | 10111111 | 11011111 | 111101 | 1110 | 0 | 1101 | 11000010 | 1000100 | 111101 |
Color Harmonies of #57BFDF
Complementary color
Monochromatic Colors of #57BFDF
Black with #57BFDF
Text Example
Text Example
White with #57BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFDF; }
p { color: rgb(87,191,223); }
H1.HeaderClassName
{
color: #57BFDF;
}
.AnyTagClassName
{
color: #57BFDF;
}
</style>
background-color css
<style>
a { background-color: #57BFDF; }
a { background-color: rgb(87,191,223); }
div.DivClassName
{
background-color: #57BFDF;
}
.BgClassName
{
background-color: #57BFDF;
}
</style>
border-color css
<style>
span { border-color: #57BFDF; }
span { border-color: rgb(87,191,223); }
td.TdClassName
{
border-color: #57BFDF;
}
.TagClassName
{
border-color: #57BFDF;
}
</style>