Shades of Malibu #5CBDEF
Tints of Malibu #5CBDEF
RGB
CMYK
RGB Variations
Color information
#5CBDEF (or 0x5CBDEF) is known color: Malibu. HEX triplet: 5C, BD and EF. RGB value is (92,189,239). Sum of RGB (Red+Green+Blue) = 92+189+239=520 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.69% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CBDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBDEF is #A34210. Grayscale: #A5A5A5. Windows color (decimal): -10699281 or 15711580. OLE color: 15711580.
HSL color Cylindrical-coordinate representation of color #5CBDEF: hue angle of 200.41º 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 #5CBDEF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 189 | 239 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.06 |
| HSL | 200.41º | 0.82% | 0.65% | - |
| HSV(B) | 200.41º | 0.62% | 0.94% | - |
| XYZ | 38.19 | 44.9 | 88.32 | - |
| YUV | 165.7 | 169.36 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 239 | 0.62 | 0.21 | 0 | 0.06 | 200.41 | 0.82 | 0.65 |
| Hex | 5C | BD | EF | 3E | 15 | 0 | 6 | C8 | 52 | 41 |
| Octal | 134 | 275 | 357 | 76 | 25 | 0 | 6 | 310 | 122 | 101 |
| Binary | 1011100 | 10111101 | 11101111 | 111110 | 10101 | 0 | 110 | 11001000 | 1010010 | 1000001 |
Color Harmonies of #5CBDEF
Complementary color
Monochromatic Colors of #5CBDEF
Black with #5CBDEF
Text Example
Text Example
White with #5CBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBDEF; }
p { color: rgb(92,189,239); }
H1.HeaderClassName
{
color: #5CBDEF;
}
.AnyTagClassName
{
color: #5CBDEF;
}
</style>
background-color css
<style>
a { background-color: #5CBDEF; }
a { background-color: rgb(92,189,239); }
div.DivClassName
{
background-color: #5CBDEF;
}
.BgClassName
{
background-color: #5CBDEF;
}
</style>
border-color css
<style>
span { border-color: #5CBDEF; }
span { border-color: rgb(92,189,239); }
td.TdClassName
{
border-color: #5CBDEF;
}
.TagClassName
{
border-color: #5CBDEF;
}
</style>