Shades of Malibu #57C8EE
Tints of Malibu #57C8EE
RGB
CMYK
RGB Variations
Color information
#57C8EE (or 0x57C8EE) is known color: Malibu. HEX triplet: 57, C8 and EE. RGB value is (87,200,238). Sum of RGB (Red+Green+Blue) = 87+200+238=525 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.57% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #57C8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C8EE is #A83711. Grayscale: #AAAAAA. Windows color (decimal): -11024146 or 15648855. OLE color: 15648855.
HSL color Cylindrical-coordinate representation of color #57C8EE: hue angle of 195.1º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57C8EE is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 200 | 238 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.07 |
| HSL | 195.1º | 0.82% | 0.64% | - |
| HSV(B) | 195.1º | 0.63% | 0.93% | - |
| XYZ | 40.02 | 49.51 | 88.34 | - |
| YUV | 170.55 | 166.06 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 200 | 238 | 0.63 | 0.16 | 0 | 0.07 | 195.1 | 0.82 | 0.64 |
| Hex | 57 | C8 | EE | 3F | 10 | 0 | 7 | C3 | 52 | 40 |
| Octal | 127 | 310 | 356 | 77 | 20 | 0 | 7 | 303 | 122 | 100 |
| Binary | 1010111 | 11001000 | 11101110 | 111111 | 10000 | 0 | 111 | 11000011 | 1010010 | 1000000 |
Color Harmonies of #57C8EE
Complementary color
Monochromatic Colors of #57C8EE
Black with #57C8EE
Text Example
Text Example
White with #57C8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C8EE; }
p { color: rgb(87,200,238); }
H1.HeaderClassName
{
color: #57C8EE;
}
.AnyTagClassName
{
color: #57C8EE;
}
</style>
background-color css
<style>
a { background-color: #57C8EE; }
a { background-color: rgb(87,200,238); }
div.DivClassName
{
background-color: #57C8EE;
}
.BgClassName
{
background-color: #57C8EE;
}
</style>
border-color css
<style>
span { border-color: #57C8EE; }
span { border-color: rgb(87,200,238); }
td.TdClassName
{
border-color: #57C8EE;
}
.TagClassName
{
border-color: #57C8EE;
}
</style>