Shades of Malibu #5CBADB
Tints of Malibu #5CBADB
RGB
CMYK
RGB Variations
Color information
#5CBADB (or 0x5CBADB) is known color: Malibu. HEX triplet: 5C, BA and DB. RGB value is (92,186,219). Sum of RGB (Red+Green+Blue) = 92+186+219=497 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.51% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CBADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBADB is #A34524. Grayscale: #A1A1A1. Windows color (decimal): -10700069 or 14400092. OLE color: 14400092.
HSL color Cylindrical-coordinate representation of color #5CBADB: hue angle of 195.59º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CBADB is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 186 | 219 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.14 |
| HSL | 195.59º | 0.64% | 0.61% | - |
| HSV(B) | 195.59º | 0.58% | 0.86% | - |
| XYZ | 34.76 | 42.51 | 73.39 | - |
| YUV | 161.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 219 | 0.58 | 0.15 | 0 | 0.14 | 195.59 | 0.64 | 0.61 |
| Hex | 5C | BA | DB | 3A | F | 0 | E | C4 | 40 | 3D |
| Octal | 134 | 272 | 333 | 72 | 17 | 0 | 16 | 304 | 100 | 75 |
| Binary | 1011100 | 10111010 | 11011011 | 111010 | 1111 | 0 | 1110 | 11000100 | 1000000 | 111101 |
Color Harmonies of #5CBADB
Complementary color
Monochromatic Colors of #5CBADB
Black with #5CBADB
Text Example
Text Example
White with #5CBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBADB; }
p { color: rgb(92,186,219); }
H1.HeaderClassName
{
color: #5CBADB;
}
.AnyTagClassName
{
color: #5CBADB;
}
</style>
background-color css
<style>
a { background-color: #5CBADB; }
a { background-color: rgb(92,186,219); }
div.DivClassName
{
background-color: #5CBADB;
}
.BgClassName
{
background-color: #5CBADB;
}
</style>
border-color css
<style>
span { border-color: #5CBADB; }
span { border-color: rgb(92,186,219); }
td.TdClassName
{
border-color: #5CBADB;
}
.TagClassName
{
border-color: #5CBADB;
}
</style>