Shades of Malibu #5CB3EF
Tints of Malibu #5CB3EF
RGB
CMYK
RGB Variations
Color information
#5CB3EF (or 0x5CB3EF) is known color: Malibu. HEX triplet: 5C, B3 and EF. RGB value is (92,179,239). Sum of RGB (Red+Green+Blue) = 92+179+239=510 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.04% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CB3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB3EF is #A34C10. Grayscale: #9F9F9F. Windows color (decimal): -10701841 or 15709020. OLE color: 15709020.
HSL color Cylindrical-coordinate representation of color #5CB3EF: hue angle of 204.49º 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 #5CB3EF is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 179 | 239 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.06 |
| HSL | 204.49º | 0.82% | 0.65% | - |
| HSV(B) | 204.49º | 0.62% | 0.94% | - |
| XYZ | 36.11 | 40.75 | 87.62 | - |
| YUV | 159.83 | 172.68 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 239 | 0.62 | 0.25 | 0 | 0.06 | 204.49 | 0.82 | 0.65 |
| Hex | 5C | B3 | EF | 3E | 19 | 0 | 6 | CC | 52 | 41 |
| Octal | 134 | 263 | 357 | 76 | 31 | 0 | 6 | 314 | 122 | 101 |
| Binary | 1011100 | 10110011 | 11101111 | 111110 | 11001 | 0 | 110 | 11001100 | 1010010 | 1000001 |
Color Harmonies of #5CB3EF
Complementary color
Monochromatic Colors of #5CB3EF
Black with #5CB3EF
Text Example
Text Example
White with #5CB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB3EF; }
p { color: rgb(92,179,239); }
H1.HeaderClassName
{
color: #5CB3EF;
}
.AnyTagClassName
{
color: #5CB3EF;
}
</style>
background-color css
<style>
a { background-color: #5CB3EF; }
a { background-color: rgb(92,179,239); }
div.DivClassName
{
background-color: #5CB3EF;
}
.BgClassName
{
background-color: #5CB3EF;
}
</style>
border-color css
<style>
span { border-color: #5CB3EF; }
span { border-color: rgb(92,179,239); }
td.TdClassName
{
border-color: #5CB3EF;
}
.TagClassName
{
border-color: #5CB3EF;
}
</style>