Shades of Malibu #57BCF6
Tints of Malibu #57BCF6
RGB
CMYK
RGB Variations
Color information
#57BCF6 (or 0x57BCF6) is known color: Malibu. HEX triplet: 57, BC and F6. RGB value is (87,188,246). Sum of RGB (Red+Green+Blue) = 87+188+246=521 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.70% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #57BCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BCF6 is #A84309. Grayscale: #A4A4A4. Windows color (decimal): -11027210 or 16170071. OLE color: 16170071.
HSL color Cylindrical-coordinate representation of color #57BCF6: hue angle of 201.89º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57BCF6 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 188 | 246 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.04 |
| HSL | 201.89º | 0.9% | 0.65% | - |
| HSV(B) | 201.89º | 0.65% | 0.96% | - |
| XYZ | 38.55 | 44.65 | 93.77 | - |
| YUV | 164.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 246 | 0.65 | 0.24 | 0 | 0.04 | 201.89 | 0.9 | 0.65 |
| Hex | 57 | BC | F6 | 41 | 18 | 0 | 4 | CA | 5A | 41 |
| Octal | 127 | 274 | 366 | 101 | 30 | 0 | 4 | 312 | 132 | 101 |
| Binary | 1010111 | 10111100 | 11110110 | 1000001 | 11000 | 0 | 100 | 11001010 | 1011010 | 1000001 |
Color Harmonies of #57BCF6
Complementary color
Monochromatic Colors of #57BCF6
Black with #57BCF6
Text Example
Text Example
White with #57BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCF6; }
p { color: rgb(87,188,246); }
H1.HeaderClassName
{
color: #57BCF6;
}
.AnyTagClassName
{
color: #57BCF6;
}
</style>
background-color css
<style>
a { background-color: #57BCF6; }
a { background-color: rgb(87,188,246); }
div.DivClassName
{
background-color: #57BCF6;
}
.BgClassName
{
background-color: #57BCF6;
}
</style>
border-color css
<style>
span { border-color: #57BCF6; }
span { border-color: rgb(87,188,246); }
td.TdClassName
{
border-color: #57BCF6;
}
.TagClassName
{
border-color: #57BCF6;
}
</style>