Shades of Malibu #5CC2F3
Tints of Malibu #5CC2F3
RGB
CMYK
RGB Variations
Color information
#5CC2F3 (or 0x5CC2F3) is known color: Malibu. HEX triplet: 5C, C2 and F3. RGB value is (92,194,243). Sum of RGB (Red+Green+Blue) = 92+194+243=529 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.39% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #5CC2F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CC2F3 is #A33D0C. Grayscale: #A8A8A8. Windows color (decimal): -10697997 or 15975004. OLE color: 15975004.
HSL color Cylindrical-coordinate representation of color #5CC2F3: hue angle of 199.47º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CC2F3 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 194 | 243 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.05 |
| HSL | 199.47º | 0.86% | 0.66% | - |
| HSV(B) | 199.47º | 0.62% | 0.95% | - |
| XYZ | 39.88 | 47.33 | 91.83 | - |
| YUV | 169.09 | 169.71 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 243 | 0.62 | 0.20 | 0 | 0.05 | 199.47 | 0.86 | 0.66 |
| Hex | 5C | C2 | F3 | 3E | 14 | 0 | 5 | C7 | 56 | 42 |
| Octal | 134 | 302 | 363 | 76 | 24 | 0 | 5 | 307 | 126 | 102 |
| Binary | 1011100 | 11000010 | 11110011 | 111110 | 10100 | 0 | 101 | 11000111 | 1010110 | 1000010 |
Color Harmonies of #5CC2F3
Complementary color
Monochromatic Colors of #5CC2F3
Black with #5CC2F3
Text Example
Text Example
White with #5CC2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC2F3; }
p { color: rgb(92,194,243); }
H1.HeaderClassName
{
color: #5CC2F3;
}
.AnyTagClassName
{
color: #5CC2F3;
}
</style>
background-color css
<style>
a { background-color: #5CC2F3; }
a { background-color: rgb(92,194,243); }
div.DivClassName
{
background-color: #5CC2F3;
}
.BgClassName
{
background-color: #5CC2F3;
}
</style>
border-color css
<style>
span { border-color: #5CC2F3; }
span { border-color: rgb(92,194,243); }
td.TdClassName
{
border-color: #5CC2F3;
}
.TagClassName
{
border-color: #5CC2F3;
}
</style>