Shades of Malibu #5CB3EA
Tints of Malibu #5CB3EA
RGB
CMYK
RGB Variations
Color information
#5CB3EA (or 0x5CB3EA) is known color: Malibu. HEX triplet: 5C, B3 and EA. RGB value is (92,179,234). Sum of RGB (Red+Green+Blue) = 92+179+234=505 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.22% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #5CB3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB3EA is #A34C15. Grayscale: #9E9E9E. Windows color (decimal): -10701846 or 15381340. OLE color: 15381340.
HSL color Cylindrical-coordinate representation of color #5CB3EA: hue angle of 203.24º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CB3EA is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 179 | 234 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.08 |
| HSL | 203.24º | 0.77% | 0.64% | - |
| HSV(B) | 203.24º | 0.61% | 0.92% | - |
| XYZ | 35.39 | 40.46 | 83.79 | - |
| YUV | 159.26 | 170.18 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 234 | 0.61 | 0.24 | 0 | 0.08 | 203.24 | 0.77 | 0.64 |
| Hex | 5C | B3 | EA | 3D | 18 | 0 | 8 | CB | 4D | 40 |
| Octal | 134 | 263 | 352 | 75 | 30 | 0 | 10 | 313 | 115 | 100 |
| Binary | 1011100 | 10110011 | 11101010 | 111101 | 11000 | 0 | 1000 | 11001011 | 1001101 | 1000000 |
Color Harmonies of #5CB3EA
Complementary color
Monochromatic Colors of #5CB3EA
Black with #5CB3EA
Text Example
Text Example
White with #5CB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB3EA; }
p { color: rgb(92,179,234); }
H1.HeaderClassName
{
color: #5CB3EA;
}
.AnyTagClassName
{
color: #5CB3EA;
}
</style>
background-color css
<style>
a { background-color: #5CB3EA; }
a { background-color: rgb(92,179,234); }
div.DivClassName
{
background-color: #5CB3EA;
}
.BgClassName
{
background-color: #5CB3EA;
}
</style>
border-color css
<style>
span { border-color: #5CB3EA; }
span { border-color: rgb(92,179,234); }
td.TdClassName
{
border-color: #5CB3EA;
}
.TagClassName
{
border-color: #5CB3EA;
}
</style>