Shades of Malibu #5CBEEC
Tints of Malibu #5CBEEC
RGB
CMYK
RGB Variations
Color information
#5CBEEC (or 0x5CBEEC) is known color: Malibu. HEX triplet: 5C, BE and EC. RGB value is (92,190,236). Sum of RGB (Red+Green+Blue) = 92+190+236=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CBEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBEEC is #A34113. Grayscale: #A5A5A5. Windows color (decimal): -10699028 or 15515228. OLE color: 15515228.
HSL color Cylindrical-coordinate representation of color #5CBEEC: hue angle of 199.17º 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 #5CBEEC is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 190 | 236 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.07 |
| HSL | 199.17º | 0.79% | 0.64% | - |
| HSV(B) | 199.17º | 0.61% | 0.93% | - |
| XYZ | 37.97 | 45.16 | 86.07 | - |
| YUV | 165.94 | 167.53 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 236 | 0.61 | 0.19 | 0 | 0.07 | 199.17 | 0.79 | 0.64 |
| Hex | 5C | BE | EC | 3D | 13 | 0 | 7 | C7 | 4F | 40 |
| Octal | 134 | 276 | 354 | 75 | 23 | 0 | 7 | 307 | 117 | 100 |
| Binary | 1011100 | 10111110 | 11101100 | 111101 | 10011 | 0 | 111 | 11000111 | 1001111 | 1000000 |
Color Harmonies of #5CBEEC
Complementary color
Monochromatic Colors of #5CBEEC
Black with #5CBEEC
Text Example
Text Example
White with #5CBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBEEC; }
p { color: rgb(92,190,236); }
H1.HeaderClassName
{
color: #5CBEEC;
}
.AnyTagClassName
{
color: #5CBEEC;
}
</style>
background-color css
<style>
a { background-color: #5CBEEC; }
a { background-color: rgb(92,190,236); }
div.DivClassName
{
background-color: #5CBEEC;
}
.BgClassName
{
background-color: #5CBEEC;
}
</style>
border-color css
<style>
span { border-color: #5CBEEC; }
span { border-color: rgb(92,190,236); }
td.TdClassName
{
border-color: #5CBEEC;
}
.TagClassName
{
border-color: #5CBEEC;
}
</style>