Shades of Malibu #57BFF3
Tints of Malibu #57BFF3
RGB
CMYK
RGB Variations
Color information
#57BFF3 (or 0x57BFF3) is known color: Malibu. HEX triplet: 57, BF and F3. RGB value is (87,191,243). Sum of RGB (Red+Green+Blue) = 87+191+243=521 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.70% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #57BFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BFF3 is #A8400C. Grayscale: #A5A5A5. Windows color (decimal): -11026445 or 15974231. OLE color: 15974231.
HSL color Cylindrical-coordinate representation of color #57BFF3: hue angle of 200º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57BFF3 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 191 | 243 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.05 |
| HSL | 200º | 0.87% | 0.65% | - |
| HSV(B) | 200º | 0.64% | 0.95% | - |
| XYZ | 38.74 | 45.76 | 91.58 | - |
| YUV | 165.83 | 171.54 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 243 | 0.64 | 0.21 | 0 | 0.05 | 200 | 0.87 | 0.65 |
| Hex | 57 | BF | F3 | 40 | 15 | 0 | 5 | C8 | 57 | 41 |
| Octal | 127 | 277 | 363 | 100 | 25 | 0 | 5 | 310 | 127 | 101 |
| Binary | 1010111 | 10111111 | 11110011 | 1000000 | 10101 | 0 | 101 | 11001000 | 1010111 | 1000001 |
Color Harmonies of #57BFF3
Complementary color
Monochromatic Colors of #57BFF3
Black with #57BFF3
Text Example
Text Example
White with #57BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFF3; }
p { color: rgb(87,191,243); }
H1.HeaderClassName
{
color: #57BFF3;
}
.AnyTagClassName
{
color: #57BFF3;
}
</style>
background-color css
<style>
a { background-color: #57BFF3; }
a { background-color: rgb(87,191,243); }
div.DivClassName
{
background-color: #57BFF3;
}
.BgClassName
{
background-color: #57BFF3;
}
</style>
border-color css
<style>
span { border-color: #57BFF3; }
span { border-color: rgb(87,191,243); }
td.TdClassName
{
border-color: #57BFF3;
}
.TagClassName
{
border-color: #57BFF3;
}
</style>