Shades of Malibu #5CC6DA
Tints of Malibu #5CC6DA
RGB
CMYK
RGB Variations
Color information
#5CC6DA (or 0x5CC6DA) is known color: Malibu. HEX triplet: 5C, C6 and DA. RGB value is (92,198,218). Sum of RGB (Red+Green+Blue) = 92+198+218=508 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.11% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #5CC6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC6DA is #A33925. Grayscale: #A8A8A8. Windows color (decimal): -10696998 or 14337628. OLE color: 14337628.
HSL color Cylindrical-coordinate representation of color #5CC6DA: hue angle of 189.52º 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 #5CC6DA is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 198 | 218 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.15 |
| HSL | 189.52º | 0.63% | 0.61% | - |
| HSV(B) | 189.52º | 0.58% | 0.85% | - |
| XYZ | 37.26 | 47.73 | 73.58 | - |
| YUV | 168.59 | 155.88 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 198 | 218 | 0.58 | 0.09 | 0 | 0.15 | 189.52 | 0.63 | 0.61 |
| Hex | 5C | C6 | DA | 3A | 9 | 0 | F | BE | 3F | 3D |
| Octal | 134 | 306 | 332 | 72 | 11 | 0 | 17 | 276 | 77 | 75 |
| Binary | 1011100 | 11000110 | 11011010 | 111010 | 1001 | 0 | 1111 | 10111110 | 111111 | 111101 |
Color Harmonies of #5CC6DA
Complementary color
Monochromatic Colors of #5CC6DA
Black with #5CC6DA
Text Example
Text Example
White with #5CC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC6DA; }
p { color: rgb(92,198,218); }
H1.HeaderClassName
{
color: #5CC6DA;
}
.AnyTagClassName
{
color: #5CC6DA;
}
</style>
background-color css
<style>
a { background-color: #5CC6DA; }
a { background-color: rgb(92,198,218); }
div.DivClassName
{
background-color: #5CC6DA;
}
.BgClassName
{
background-color: #5CC6DA;
}
</style>
border-color css
<style>
span { border-color: #5CC6DA; }
span { border-color: rgb(92,198,218); }
td.TdClassName
{
border-color: #5CC6DA;
}
.TagClassName
{
border-color: #5CC6DA;
}
</style>