Shades of Malibu #5CBCE3
Tints of Malibu #5CBCE3
RGB
CMYK
RGB Variations
Color information
#5CBCE3 (or 0x5CBCE3) is known color: Malibu. HEX triplet: 5C, BC and E3. RGB value is (92,188,227). Sum of RGB (Red+Green+Blue) = 92+188+227=507 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.15% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #5CBCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBCE3 is #A3431C. Grayscale: #A3A3A3. Windows color (decimal): -10699549 or 14924892. OLE color: 14924892.
HSL color Cylindrical-coordinate representation of color #5CBCE3: hue angle of 197.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CBCE3 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 188 | 227 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.11 |
| HSL | 197.33º | 0.71% | 0.63% | - |
| HSV(B) | 197.33º | 0.59% | 0.89% | - |
| XYZ | 36.26 | 43.79 | 79.21 | - |
| YUV | 163.74 | 163.7 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 227 | 0.59 | 0.17 | 0 | 0.11 | 197.33 | 0.71 | 0.63 |
| Hex | 5C | BC | E3 | 3B | 11 | 0 | B | C5 | 47 | 3F |
| Octal | 134 | 274 | 343 | 73 | 21 | 0 | 13 | 305 | 107 | 77 |
| Binary | 1011100 | 10111100 | 11100011 | 111011 | 10001 | 0 | 1011 | 11000101 | 1000111 | 111111 |
Color Harmonies of #5CBCE3
Complementary color
Monochromatic Colors of #5CBCE3
Black with #5CBCE3
Text Example
Text Example
White with #5CBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBCE3; }
p { color: rgb(92,188,227); }
H1.HeaderClassName
{
color: #5CBCE3;
}
.AnyTagClassName
{
color: #5CBCE3;
}
</style>
background-color css
<style>
a { background-color: #5CBCE3; }
a { background-color: rgb(92,188,227); }
div.DivClassName
{
background-color: #5CBCE3;
}
.BgClassName
{
background-color: #5CBCE3;
}
</style>
border-color css
<style>
span { border-color: #5CBCE3; }
span { border-color: rgb(92,188,227); }
td.TdClassName
{
border-color: #5CBCE3;
}
.TagClassName
{
border-color: #5CBCE3;
}
</style>