Shades of Malibu #5CAFED
Tints of Malibu #5CAFED
RGB
CMYK
RGB Variations
Color information
#5CAFED (or 0x5CAFED) is known color: Malibu. HEX triplet: 5C, AF and ED. RGB value is (92,175,237). Sum of RGB (Red+Green+Blue) = 92+175+237=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #5CAFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAFED is #A35012. Grayscale: #9C9C9C. Windows color (decimal): -10702867 or 15576924. OLE color: 15576924.
HSL color Cylindrical-coordinate representation of color #5CAFED: hue angle of 205.66º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CAFED is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 175 | 237 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.07 |
| HSL | 205.66º | 0.8% | 0.65% | - |
| HSV(B) | 205.66º | 0.61% | 0.93% | - |
| XYZ | 35.03 | 39.05 | 85.81 | - |
| YUV | 157.25 | 173 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 237 | 0.61 | 0.26 | 0 | 0.07 | 205.66 | 0.8 | 0.65 |
| Hex | 5C | AF | ED | 3D | 1A | 0 | 7 | CE | 50 | 41 |
| Octal | 134 | 257 | 355 | 75 | 32 | 0 | 7 | 316 | 120 | 101 |
| Binary | 1011100 | 10101111 | 11101101 | 111101 | 11010 | 0 | 111 | 11001110 | 1010000 | 1000001 |
Color Harmonies of #5CAFED
Complementary color
Monochromatic Colors of #5CAFED
Black with #5CAFED
Text Example
Text Example
White with #5CAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFED; }
p { color: rgb(92,175,237); }
H1.HeaderClassName
{
color: #5CAFED;
}
.AnyTagClassName
{
color: #5CAFED;
}
</style>
background-color css
<style>
a { background-color: #5CAFED; }
a { background-color: rgb(92,175,237); }
div.DivClassName
{
background-color: #5CAFED;
}
.BgClassName
{
background-color: #5CAFED;
}
</style>
border-color css
<style>
span { border-color: #5CAFED; }
span { border-color: rgb(92,175,237); }
td.TdClassName
{
border-color: #5CAFED;
}
.TagClassName
{
border-color: #5CAFED;
}
</style>