Shades of Malibu #5CAFDA
Tints of Malibu #5CAFDA
RGB
CMYK
RGB Variations
Color information
#5CAFDA (or 0x5CAFDA) is known color: Malibu. HEX triplet: 5C, AF and DA. RGB value is (92,175,218). Sum of RGB (Red+Green+Blue) = 92+175+218=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #5CAFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFDA is #A35025. Grayscale: #9A9A9A. Windows color (decimal): -10702886 or 14331740. OLE color: 14331740.
HSL color Cylindrical-coordinate representation of color #5CAFDA: hue angle of 200.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CAFDA is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 175 | 218 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.15 |
| HSL | 200.48º | 0.63% | 0.61% | - |
| HSV(B) | 200.48º | 0.58% | 0.85% | - |
| XYZ | 32.4 | 38 | 71.96 | - |
| YUV | 155.09 | 163.5 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 218 | 0.58 | 0.20 | 0 | 0.15 | 200.48 | 0.63 | 0.61 |
| Hex | 5C | AF | DA | 3A | 14 | 0 | F | C8 | 3F | 3D |
| Octal | 134 | 257 | 332 | 72 | 24 | 0 | 17 | 310 | 77 | 75 |
| Binary | 1011100 | 10101111 | 11011010 | 111010 | 10100 | 0 | 1111 | 11001000 | 111111 | 111101 |
Color Harmonies of #5CAFDA
Complementary color
Monochromatic Colors of #5CAFDA
Black with #5CAFDA
Text Example
Text Example
White with #5CAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFDA; }
p { color: rgb(92,175,218); }
H1.HeaderClassName
{
color: #5CAFDA;
}
.AnyTagClassName
{
color: #5CAFDA;
}
</style>
background-color css
<style>
a { background-color: #5CAFDA; }
a { background-color: rgb(92,175,218); }
div.DivClassName
{
background-color: #5CAFDA;
}
.BgClassName
{
background-color: #5CAFDA;
}
</style>
border-color css
<style>
span { border-color: #5CAFDA; }
span { border-color: rgb(92,175,218); }
td.TdClassName
{
border-color: #5CAFDA;
}
.TagClassName
{
border-color: #5CAFDA;
}
</style>