Shades of Malibu #57C9ED
Tints of Malibu #57C9ED
RGB
CMYK
RGB Variations
Color information
#57C9ED (or 0x57C9ED) is known color: Malibu. HEX triplet: 57, C9 and ED. RGB value is (87,201,237). Sum of RGB (Red+Green+Blue) = 87+201+237=525 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.57% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #57C9ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C9ED is #A83612. Grayscale: #AAAAAA. Windows color (decimal): -11023891 or 15583575. OLE color: 15583575.
HSL color Cylindrical-coordinate representation of color #57C9ED: hue angle of 194.4º degrees, saturation: 0.81, 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 #57C9ED is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 201 | 237 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.07 |
| HSL | 194.4º | 0.81% | 0.64% | - |
| HSV(B) | 194.4º | 0.63% | 0.93% | - |
| XYZ | 40.1 | 49.91 | 87.64 | - |
| YUV | 171.02 | 165.23 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 201 | 237 | 0.63 | 0.15 | 0 | 0.07 | 194.4 | 0.81 | 0.64 |
| Hex | 57 | C9 | ED | 3F | F | 0 | 7 | C2 | 51 | 40 |
| Octal | 127 | 311 | 355 | 77 | 17 | 0 | 7 | 302 | 121 | 100 |
| Binary | 1010111 | 11001001 | 11101101 | 111111 | 1111 | 0 | 111 | 11000010 | 1010001 | 1000000 |
Color Harmonies of #57C9ED
Complementary color
Monochromatic Colors of #57C9ED
Black with #57C9ED
Text Example
Text Example
White with #57C9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C9ED; }
p { color: rgb(87,201,237); }
H1.HeaderClassName
{
color: #57C9ED;
}
.AnyTagClassName
{
color: #57C9ED;
}
</style>
background-color css
<style>
a { background-color: #57C9ED; }
a { background-color: rgb(87,201,237); }
div.DivClassName
{
background-color: #57C9ED;
}
.BgClassName
{
background-color: #57C9ED;
}
</style>
border-color css
<style>
span { border-color: #57C9ED; }
span { border-color: rgb(87,201,237); }
td.TdClassName
{
border-color: #57C9ED;
}
.TagClassName
{
border-color: #57C9ED;
}
</style>