Shades of Malibu #5CBFEB
Tints of Malibu #5CBFEB
RGB
CMYK
RGB Variations
Color information
#5CBFEB (or 0x5CBFEB) is known color: Malibu. HEX triplet: 5C, BF and EB. RGB value is (92,191,235). Sum of RGB (Red+Green+Blue) = 92+191+235=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CBFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBFEB is #A34014. Grayscale: #A6A6A6. Windows color (decimal): -10698773 or 15449948. OLE color: 15449948.
HSL color Cylindrical-coordinate representation of color #5CBFEB: hue angle of 198.46º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CBFEB is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 191 | 235 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.08 |
| HSL | 198.46º | 0.78% | 0.64% | - |
| HSV(B) | 198.46º | 0.61% | 0.92% | - |
| XYZ | 38.04 | 45.54 | 85.38 | - |
| YUV | 166.42 | 166.7 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 235 | 0.61 | 0.19 | 0 | 0.08 | 198.46 | 0.78 | 0.64 |
| Hex | 5C | BF | EB | 3D | 13 | 0 | 8 | C6 | 4E | 40 |
| Octal | 134 | 277 | 353 | 75 | 23 | 0 | 10 | 306 | 116 | 100 |
| Binary | 1011100 | 10111111 | 11101011 | 111101 | 10011 | 0 | 1000 | 11000110 | 1001110 | 1000000 |
Color Harmonies of #5CBFEB
Complementary color
Monochromatic Colors of #5CBFEB
Black with #5CBFEB
Text Example
Text Example
White with #5CBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBFEB; }
p { color: rgb(92,191,235); }
H1.HeaderClassName
{
color: #5CBFEB;
}
.AnyTagClassName
{
color: #5CBFEB;
}
</style>
background-color css
<style>
a { background-color: #5CBFEB; }
a { background-color: rgb(92,191,235); }
div.DivClassName
{
background-color: #5CBFEB;
}
.BgClassName
{
background-color: #5CBFEB;
}
</style>
border-color css
<style>
span { border-color: #5CBFEB; }
span { border-color: rgb(92,191,235); }
td.TdClassName
{
border-color: #5CBFEB;
}
.TagClassName
{
border-color: #5CBFEB;
}
</style>