Shades of Malibu #5CA9EA
Tints of Malibu #5CA9EA
RGB
CMYK
RGB Variations
Color information
#5CA9EA (or 0x5CA9EA) is known color: Malibu. HEX triplet: 5C, A9 and EA. RGB value is (92,169,234). Sum of RGB (Red+Green+Blue) = 92+169+234=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #5CA9EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA9EA is #A35615. Grayscale: #999999. Windows color (decimal): -10704406 or 15378780. OLE color: 15378780.
HSL color Cylindrical-coordinate representation of color #5CA9EA: hue angle of 207.46º 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 #5CA9EA is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 169 | 234 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.08 |
| HSL | 207.46º | 0.77% | 0.64% | - |
| HSV(B) | 207.46º | 0.61% | 0.92% | - |
| XYZ | 33.45 | 36.59 | 83.14 | - |
| YUV | 153.39 | 173.49 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 169 | 234 | 0.61 | 0.28 | 0 | 0.08 | 207.46 | 0.77 | 0.64 |
| Hex | 5C | A9 | EA | 3D | 1C | 0 | 8 | CF | 4D | 40 |
| Octal | 134 | 251 | 352 | 75 | 34 | 0 | 10 | 317 | 115 | 100 |
| Binary | 1011100 | 10101001 | 11101010 | 111101 | 11100 | 0 | 1000 | 11001111 | 1001101 | 1000000 |
Color Harmonies of #5CA9EA
Complementary color
Monochromatic Colors of #5CA9EA
Black with #5CA9EA
Text Example
Text Example
White with #5CA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA9EA; }
p { color: rgb(92,169,234); }
H1.HeaderClassName
{
color: #5CA9EA;
}
.AnyTagClassName
{
color: #5CA9EA;
}
</style>
background-color css
<style>
a { background-color: #5CA9EA; }
a { background-color: rgb(92,169,234); }
div.DivClassName
{
background-color: #5CA9EA;
}
.BgClassName
{
background-color: #5CA9EA;
}
</style>
border-color css
<style>
span { border-color: #5CA9EA; }
span { border-color: rgb(92,169,234); }
td.TdClassName
{
border-color: #5CA9EA;
}
.TagClassName
{
border-color: #5CA9EA;
}
</style>