Shades of Malibu #5CBFEC
Tints of Malibu #5CBFEC
RGB
CMYK
RGB Variations
Color information
#5CBFEC (or 0x5CBFEC) is known color: Malibu. HEX triplet: 5C, BF and EC. RGB value is (92,191,236). Sum of RGB (Red+Green+Blue) = 92+191+236=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CBFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBFEC is #A34013. Grayscale: #A6A6A6. Windows color (decimal): -10698772 or 15515484. OLE color: 15515484.
HSL color Cylindrical-coordinate representation of color #5CBFEC: hue angle of 198.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CBFEC is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 191 | 236 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.07 |
| HSL | 198.75º | 0.79% | 0.64% | - |
| HSV(B) | 198.75º | 0.61% | 0.93% | - |
| XYZ | 38.18 | 45.59 | 86.14 | - |
| YUV | 166.53 | 167.2 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 236 | 0.61 | 0.19 | 0 | 0.07 | 198.75 | 0.79 | 0.64 |
| Hex | 5C | BF | EC | 3D | 13 | 0 | 7 | C7 | 4F | 40 |
| Octal | 134 | 277 | 354 | 75 | 23 | 0 | 7 | 307 | 117 | 100 |
| Binary | 1011100 | 10111111 | 11101100 | 111101 | 10011 | 0 | 111 | 11000111 | 1001111 | 1000000 |
Color Harmonies of #5CBFEC
Complementary color
Monochromatic Colors of #5CBFEC
Black with #5CBFEC
Text Example
Text Example
White with #5CBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBFEC; }
p { color: rgb(92,191,236); }
H1.HeaderClassName
{
color: #5CBFEC;
}
.AnyTagClassName
{
color: #5CBFEC;
}
</style>
background-color css
<style>
a { background-color: #5CBFEC; }
a { background-color: rgb(92,191,236); }
div.DivClassName
{
background-color: #5CBFEC;
}
.BgClassName
{
background-color: #5CBFEC;
}
</style>
border-color css
<style>
span { border-color: #5CBFEC; }
span { border-color: rgb(92,191,236); }
td.TdClassName
{
border-color: #5CBFEC;
}
.TagClassName
{
border-color: #5CBFEC;
}
</style>