Shades of Malibu #5CBADD
Tints of Malibu #5CBADD
RGB
CMYK
RGB Variations
Color information
#5CBADD (or 0x5CBADD) is known color: Malibu. HEX triplet: 5C, BA and DD. RGB value is (92,186,221). Sum of RGB (Red+Green+Blue) = 92+186+221=499 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.44% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBADD is #A34522. Grayscale: #A1A1A1. Windows color (decimal): -10700067 or 14531164. OLE color: 14531164.
HSL color Cylindrical-coordinate representation of color #5CBADD: hue angle of 196.28º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CBADD is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 186 | 221 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.13 |
| HSL | 196.28º | 0.65% | 0.61% | - |
| HSV(B) | 196.28º | 0.58% | 0.87% | - |
| XYZ | 35.02 | 42.61 | 74.79 | - |
| YUV | 161.88 | 161.36 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 221 | 0.58 | 0.16 | 0 | 0.13 | 196.28 | 0.65 | 0.61 |
| Hex | 5C | BA | DD | 3A | 10 | 0 | D | C4 | 41 | 3D |
| Octal | 134 | 272 | 335 | 72 | 20 | 0 | 15 | 304 | 101 | 75 |
| Binary | 1011100 | 10111010 | 11011101 | 111010 | 10000 | 0 | 1101 | 11000100 | 1000001 | 111101 |
Color Harmonies of #5CBADD
Complementary color
Monochromatic Colors of #5CBADD
Black with #5CBADD
Text Example
Text Example
White with #5CBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBADD; }
p { color: rgb(92,186,221); }
H1.HeaderClassName
{
color: #5CBADD;
}
.AnyTagClassName
{
color: #5CBADD;
}
</style>
background-color css
<style>
a { background-color: #5CBADD; }
a { background-color: rgb(92,186,221); }
div.DivClassName
{
background-color: #5CBADD;
}
.BgClassName
{
background-color: #5CBADD;
}
</style>
border-color css
<style>
span { border-color: #5CBADD; }
span { border-color: rgb(92,186,221); }
td.TdClassName
{
border-color: #5CBADD;
}
.TagClassName
{
border-color: #5CBADD;
}
</style>