Shades of Malibu #5CC2E5
Tints of Malibu #5CC2E5
RGB
CMYK
RGB Variations
Color information
#5CC2E5 (or 0x5CC2E5) is known color: Malibu. HEX triplet: 5C, C2 and E5. RGB value is (92,194,229). Sum of RGB (Red+Green+Blue) = 92+194+229=515 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.86% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #5CC2E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC2E5 is #A33D1A. Grayscale: #A7A7A7. Windows color (decimal): -10698011 or 15057500. OLE color: 15057500.
HSL color Cylindrical-coordinate representation of color #5CC2E5: hue angle of 195.33º 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 #5CC2E5 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 194 | 229 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.10 |
| HSL | 195.33º | 0.72% | 0.63% | - |
| HSV(B) | 195.33º | 0.6% | 0.9% | - |
| XYZ | 37.85 | 46.52 | 81.11 | - |
| YUV | 167.49 | 162.71 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 229 | 0.60 | 0.15 | 0 | 0.10 | 195.33 | 0.72 | 0.63 |
| Hex | 5C | C2 | E5 | 3C | F | 0 | A | C3 | 48 | 3F |
| Octal | 134 | 302 | 345 | 74 | 17 | 0 | 12 | 303 | 110 | 77 |
| Binary | 1011100 | 11000010 | 11100101 | 111100 | 1111 | 0 | 1010 | 11000011 | 1001000 | 111111 |
Color Harmonies of #5CC2E5
Complementary color
Monochromatic Colors of #5CC2E5
Black with #5CC2E5
Text Example
Text Example
White with #5CC2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC2E5; }
p { color: rgb(92,194,229); }
H1.HeaderClassName
{
color: #5CC2E5;
}
.AnyTagClassName
{
color: #5CC2E5;
}
</style>
background-color css
<style>
a { background-color: #5CC2E5; }
a { background-color: rgb(92,194,229); }
div.DivClassName
{
background-color: #5CC2E5;
}
.BgClassName
{
background-color: #5CC2E5;
}
</style>
border-color css
<style>
span { border-color: #5CC2E5; }
span { border-color: rgb(92,194,229); }
td.TdClassName
{
border-color: #5CC2E5;
}
.TagClassName
{
border-color: #5CC2E5;
}
</style>