Shades of Malibu #5CC8E5
Tints of Malibu #5CC8E5
RGB
CMYK
RGB Variations
Color information
#5CC8E5 (or 0x5CC8E5) is known color: Malibu. HEX triplet: 5C, C8 and E5. RGB value is (92,200,229). Sum of RGB (Red+Green+Blue) = 92+200+229=521 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.66% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #5CC8E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC8E5 is #A3371A. Grayscale: #AAAAAA. Windows color (decimal): -10696475 or 15059036. OLE color: 15059036.
HSL color Cylindrical-coordinate representation of color #5CC8E5: hue angle of 192.7º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CC8E5 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 200 | 229 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.10 |
| HSL | 192.7º | 0.72% | 0.63% | - |
| HSV(B) | 192.7º | 0.6% | 0.9% | - |
| XYZ | 39.21 | 49.24 | 81.57 | - |
| YUV | 171.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 200 | 229 | 0.60 | 0.13 | 0 | 0.10 | 192.7 | 0.72 | 0.63 |
| Hex | 5C | C8 | E5 | 3C | D | 0 | A | C1 | 48 | 3F |
| Octal | 134 | 310 | 345 | 74 | 15 | 0 | 12 | 301 | 110 | 77 |
| Binary | 1011100 | 11001000 | 11100101 | 111100 | 1101 | 0 | 1010 | 11000001 | 1001000 | 111111 |
Color Harmonies of #5CC8E5
Complementary color
Monochromatic Colors of #5CC8E5
Black with #5CC8E5
Text Example
Text Example
White with #5CC8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC8E5; }
p { color: rgb(92,200,229); }
H1.HeaderClassName
{
color: #5CC8E5;
}
.AnyTagClassName
{
color: #5CC8E5;
}
</style>
background-color css
<style>
a { background-color: #5CC8E5; }
a { background-color: rgb(92,200,229); }
div.DivClassName
{
background-color: #5CC8E5;
}
.BgClassName
{
background-color: #5CC8E5;
}
</style>
border-color css
<style>
span { border-color: #5CC8E5; }
span { border-color: rgb(92,200,229); }
td.TdClassName
{
border-color: #5CC8E5;
}
.TagClassName
{
border-color: #5CC8E5;
}
</style>