Shades of Malibu #5CC3F1
Tints of Malibu #5CC3F1
RGB
CMYK
RGB Variations
Color information
#5CC3F1 (or 0x5CC3F1) is known color: Malibu. HEX triplet: 5C, C3 and F1. RGB value is (92,195,241). Sum of RGB (Red+Green+Blue) = 92+195+241=528 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.42% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #5CC3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CC3F1 is #A33C0E. Grayscale: #A9A9A9. Windows color (decimal): -10697743 or 15844188. OLE color: 15844188.
HSL color Cylindrical-coordinate representation of color #5CC3F1: hue angle of 198.52º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CC3F1 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 195 | 241 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.05 |
| HSL | 198.52º | 0.84% | 0.65% | - |
| HSV(B) | 198.52º | 0.62% | 0.95% | - |
| XYZ | 39.81 | 47.66 | 90.32 | - |
| YUV | 169.45 | 168.38 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 195 | 241 | 0.62 | 0.19 | 0 | 0.05 | 198.52 | 0.84 | 0.65 |
| Hex | 5C | C3 | F1 | 3E | 13 | 0 | 5 | C7 | 54 | 41 |
| Octal | 134 | 303 | 361 | 76 | 23 | 0 | 5 | 307 | 124 | 101 |
| Binary | 1011100 | 11000011 | 11110001 | 111110 | 10011 | 0 | 101 | 11000111 | 1010100 | 1000001 |
Color Harmonies of #5CC3F1
Complementary color
Monochromatic Colors of #5CC3F1
Black with #5CC3F1
Text Example
Text Example
White with #5CC3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC3F1; }
p { color: rgb(92,195,241); }
H1.HeaderClassName
{
color: #5CC3F1;
}
.AnyTagClassName
{
color: #5CC3F1;
}
</style>
background-color css
<style>
a { background-color: #5CC3F1; }
a { background-color: rgb(92,195,241); }
div.DivClassName
{
background-color: #5CC3F1;
}
.BgClassName
{
background-color: #5CC3F1;
}
</style>
border-color css
<style>
span { border-color: #5CC3F1; }
span { border-color: rgb(92,195,241); }
td.TdClassName
{
border-color: #5CC3F1;
}
.TagClassName
{
border-color: #5CC3F1;
}
</style>