Shades of Malibu #5CBED8
Tints of Malibu #5CBED8
RGB
CMYK
RGB Variations
Color information
#5CBED8 (or 0x5CBED8) is known color: Malibu. HEX triplet: 5C, BE and D8. RGB value is (92,190,216). Sum of RGB (Red+Green+Blue) = 92+190+216=498 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.47% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #5CBED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBED8 is #A34127. Grayscale: #A3A3A3. Windows color (decimal): -10699048 or 14204508. OLE color: 14204508.
HSL color Cylindrical-coordinate representation of color #5CBED8: hue angle of 192.58º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CBED8 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 190 | 216 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.15 |
| HSL | 192.58º | 0.61% | 0.6% | - |
| HSV(B) | 192.58º | 0.57% | 0.85% | - |
| XYZ | 35.22 | 44.06 | 71.61 | - |
| YUV | 163.66 | 157.53 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 216 | 0.57 | 0.12 | 0 | 0.15 | 192.58 | 0.61 | 0.6 |
| Hex | 5C | BE | D8 | 39 | C | 0 | F | C1 | 3D | 3C |
| Octal | 134 | 276 | 330 | 71 | 14 | 0 | 17 | 301 | 75 | 74 |
| Binary | 1011100 | 10111110 | 11011000 | 111001 | 1100 | 0 | 1111 | 11000001 | 111101 | 111100 |
Color Harmonies of #5CBED8
Complementary color
Monochromatic Colors of #5CBED8
Black with #5CBED8
Text Example
Text Example
White with #5CBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBED8; }
p { color: rgb(92,190,216); }
H1.HeaderClassName
{
color: #5CBED8;
}
.AnyTagClassName
{
color: #5CBED8;
}
</style>
background-color css
<style>
a { background-color: #5CBED8; }
a { background-color: rgb(92,190,216); }
div.DivClassName
{
background-color: #5CBED8;
}
.BgClassName
{
background-color: #5CBED8;
}
</style>
border-color css
<style>
span { border-color: #5CBED8; }
span { border-color: rgb(92,190,216); }
td.TdClassName
{
border-color: #5CBED8;
}
.TagClassName
{
border-color: #5CBED8;
}
</style>