Shades of Malibu #5CC5EF
Tints of Malibu #5CC5EF
RGB
CMYK
RGB Variations
Color information
#5CC5EF (or 0x5CC5EF) is known color: Malibu. HEX triplet: 5C, C5 and EF. RGB value is (92,197,239). Sum of RGB (Red+Green+Blue) = 92+197+239=528 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.42% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CC5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CC5EF is #A33A10. Grayscale: #AAAAAA. Windows color (decimal): -10697233 or 15713628. OLE color: 15713628.
HSL color Cylindrical-coordinate representation of color #5CC5EF: hue angle of 197.14º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CC5EF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 197 | 239 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.06 |
| HSL | 197.14º | 0.82% | 0.65% | - |
| HSV(B) | 197.14º | 0.62% | 0.94% | - |
| XYZ | 39.96 | 48.44 | 88.91 | - |
| YUV | 170.39 | 166.71 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 239 | 0.62 | 0.18 | 0 | 0.06 | 197.14 | 0.82 | 0.65 |
| Hex | 5C | C5 | EF | 3E | 12 | 0 | 6 | C5 | 52 | 41 |
| Octal | 134 | 305 | 357 | 76 | 22 | 0 | 6 | 305 | 122 | 101 |
| Binary | 1011100 | 11000101 | 11101111 | 111110 | 10010 | 0 | 110 | 11000101 | 1010010 | 1000001 |
Color Harmonies of #5CC5EF
Complementary color
Monochromatic Colors of #5CC5EF
Black with #5CC5EF
Text Example
Text Example
White with #5CC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC5EF; }
p { color: rgb(92,197,239); }
H1.HeaderClassName
{
color: #5CC5EF;
}
.AnyTagClassName
{
color: #5CC5EF;
}
</style>
background-color css
<style>
a { background-color: #5CC5EF; }
a { background-color: rgb(92,197,239); }
div.DivClassName
{
background-color: #5CC5EF;
}
.BgClassName
{
background-color: #5CC5EF;
}
</style>
border-color css
<style>
span { border-color: #5CC5EF; }
span { border-color: rgb(92,197,239); }
td.TdClassName
{
border-color: #5CC5EF;
}
.TagClassName
{
border-color: #5CC5EF;
}
</style>