Shades of Malibu #57BDF8
Tints of Malibu #57BDF8
RGB
CMYK
RGB Variations
Color information
#57BDF8 (or 0x57BDF8) is known color: Malibu. HEX triplet: 57, BD and F8. RGB value is (87,189,248). Sum of RGB (Red+Green+Blue) = 87+189+248=524 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.60% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #57BDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BDF8 is #A84207. Grayscale: #A4A4A4. Windows color (decimal): -11026952 or 16301399. OLE color: 16301399.
HSL color Cylindrical-coordinate representation of color #57BDF8: hue angle of 201.99º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57BDF8 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 87 | 189 | 248 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.03 |
| HSL | 201.99º | 0.92% | 0.66% | - |
| HSV(B) | 201.99º | 0.65% | 0.97% | - |
| XYZ | 39.07 | 45.2 | 95.47 | - |
| YUV | 165.23 | 174.71 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 248 | 0.65 | 0.24 | 0 | 0.03 | 201.99 | 0.92 | 0.66 |
| Hex | 57 | BD | F8 | 41 | 18 | 0 | 3 | CA | 5C | 42 |
| Octal | 127 | 275 | 370 | 101 | 30 | 0 | 3 | 312 | 134 | 102 |
| Binary | 1010111 | 10111101 | 11111000 | 1000001 | 11000 | 0 | 11 | 11001010 | 1011100 | 1000010 |
Color Harmonies of #57BDF8
Complementary color
Monochromatic Colors of #57BDF8
Black with #57BDF8
Text Example
Text Example
White with #57BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BDF8; }
p { color: rgb(87,189,248); }
H1.HeaderClassName
{
color: #57BDF8;
}
.AnyTagClassName
{
color: #57BDF8;
}
</style>
background-color css
<style>
a { background-color: #57BDF8; }
a { background-color: rgb(87,189,248); }
div.DivClassName
{
background-color: #57BDF8;
}
.BgClassName
{
background-color: #57BDF8;
}
</style>
border-color css
<style>
span { border-color: #57BDF8; }
span { border-color: rgb(87,189,248); }
td.TdClassName
{
border-color: #57BDF8;
}
.TagClassName
{
border-color: #57BDF8;
}
</style>