Shades of Malibu #5CBCEE
Tints of Malibu #5CBCEE
RGB
CMYK
RGB Variations
Color information
#5CBCEE (or 0x5CBCEE) is known color: Malibu. HEX triplet: 5C, BC and EE. RGB value is (92,188,238). Sum of RGB (Red+Green+Blue) = 92+188+238=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #5CBCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBCEE is #A34311. Grayscale: #A4A4A4. Windows color (decimal): -10699538 or 15645788. OLE color: 15645788.
HSL color Cylindrical-coordinate representation of color #5CBCEE: hue angle of 200.55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CBCEE is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 188 | 238 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.07 |
| HSL | 200.55º | 0.81% | 0.65% | - |
| HSV(B) | 200.55º | 0.61% | 0.93% | - |
| XYZ | 37.83 | 44.41 | 87.47 | - |
| YUV | 165 | 169.2 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 238 | 0.61 | 0.21 | 0 | 0.07 | 200.55 | 0.81 | 0.65 |
| Hex | 5C | BC | EE | 3D | 15 | 0 | 7 | C9 | 51 | 41 |
| Octal | 134 | 274 | 356 | 75 | 25 | 0 | 7 | 311 | 121 | 101 |
| Binary | 1011100 | 10111100 | 11101110 | 111101 | 10101 | 0 | 111 | 11001001 | 1010001 | 1000001 |
Color Harmonies of #5CBCEE
Complementary color
Monochromatic Colors of #5CBCEE
Black with #5CBCEE
Text Example
Text Example
White with #5CBCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBCEE; }
p { color: rgb(92,188,238); }
H1.HeaderClassName
{
color: #5CBCEE;
}
.AnyTagClassName
{
color: #5CBCEE;
}
</style>
background-color css
<style>
a { background-color: #5CBCEE; }
a { background-color: rgb(92,188,238); }
div.DivClassName
{
background-color: #5CBCEE;
}
.BgClassName
{
background-color: #5CBCEE;
}
</style>
border-color css
<style>
span { border-color: #5CBCEE; }
span { border-color: rgb(92,188,238); }
td.TdClassName
{
border-color: #5CBCEE;
}
.TagClassName
{
border-color: #5CBCEE;
}
</style>