Shades of Malibu #5CBCEF
Tints of Malibu #5CBCEF
RGB
CMYK
RGB Variations
Color information
#5CBCEF (or 0x5CBCEF) is known color: Malibu. HEX triplet: 5C, BC and EF. RGB value is (92,188,239). Sum of RGB (Red+Green+Blue) = 92+188+239=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CBCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBCEF is #A34310. Grayscale: #A4A4A4. Windows color (decimal): -10699537 or 15711324. OLE color: 15711324.
HSL color Cylindrical-coordinate representation of color #5CBCEF: hue angle of 200.82º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CBCEF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 188 | 239 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.06 |
| HSL | 200.82º | 0.82% | 0.65% | - |
| HSV(B) | 200.82º | 0.62% | 0.94% | - |
| XYZ | 37.98 | 44.47 | 88.24 | - |
| YUV | 165.11 | 169.7 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 239 | 0.62 | 0.21 | 0 | 0.06 | 200.82 | 0.82 | 0.65 |
| Hex | 5C | BC | EF | 3E | 15 | 0 | 6 | C9 | 52 | 41 |
| Octal | 134 | 274 | 357 | 76 | 25 | 0 | 6 | 311 | 122 | 101 |
| Binary | 1011100 | 10111100 | 11101111 | 111110 | 10101 | 0 | 110 | 11001001 | 1010010 | 1000001 |
Color Harmonies of #5CBCEF
Complementary color
Monochromatic Colors of #5CBCEF
Black with #5CBCEF
Text Example
Text Example
White with #5CBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBCEF; }
p { color: rgb(92,188,239); }
H1.HeaderClassName
{
color: #5CBCEF;
}
.AnyTagClassName
{
color: #5CBCEF;
}
</style>
background-color css
<style>
a { background-color: #5CBCEF; }
a { background-color: rgb(92,188,239); }
div.DivClassName
{
background-color: #5CBCEF;
}
.BgClassName
{
background-color: #5CBCEF;
}
</style>
border-color css
<style>
span { border-color: #5CBCEF; }
span { border-color: rgb(92,188,239); }
td.TdClassName
{
border-color: #5CBCEF;
}
.TagClassName
{
border-color: #5CBCEF;
}
</style>