Shades of Malibu #57CAF0
Tints of Malibu #57CAF0
RGB
CMYK
RGB Variations
Color information
#57CAF0 (or 0x57CAF0) is known color: Malibu. HEX triplet: 57, CA and F0. RGB value is (87,202,240). Sum of RGB (Red+Green+Blue) = 87+202+240=529 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.45% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #57CAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CAF0 is #A8350F. Grayscale: #ABABAB. Windows color (decimal): -11023632 or 15780439. OLE color: 15780439.
HSL color Cylindrical-coordinate representation of color #57CAF0: hue angle of 194.9º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57CAF0 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 202 | 240 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.06 |
| HSL | 194.9º | 0.84% | 0.64% | - |
| HSV(B) | 194.9º | 0.64% | 0.94% | - |
| XYZ | 40.78 | 50.56 | 90.05 | - |
| YUV | 171.95 | 166.4 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 202 | 240 | 0.64 | 0.16 | 0 | 0.06 | 194.9 | 0.84 | 0.64 |
| Hex | 57 | CA | F0 | 40 | 10 | 0 | 6 | C3 | 54 | 40 |
| Octal | 127 | 312 | 360 | 100 | 20 | 0 | 6 | 303 | 124 | 100 |
| Binary | 1010111 | 11001010 | 11110000 | 1000000 | 10000 | 0 | 110 | 11000011 | 1010100 | 1000000 |
Color Harmonies of #57CAF0
Complementary color
Monochromatic Colors of #57CAF0
Black with #57CAF0
Text Example
Text Example
White with #57CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CAF0; }
p { color: rgb(87,202,240); }
H1.HeaderClassName
{
color: #57CAF0;
}
.AnyTagClassName
{
color: #57CAF0;
}
</style>
background-color css
<style>
a { background-color: #57CAF0; }
a { background-color: rgb(87,202,240); }
div.DivClassName
{
background-color: #57CAF0;
}
.BgClassName
{
background-color: #57CAF0;
}
</style>
border-color css
<style>
span { border-color: #57CAF0; }
span { border-color: rgb(87,202,240); }
td.TdClassName
{
border-color: #57CAF0;
}
.TagClassName
{
border-color: #57CAF0;
}
</style>