Shades of Malibu #5CBAF0
Tints of Malibu #5CBAF0
RGB
CMYK
RGB Variations
Color information
#5CBAF0 (or 0x5CBAF0) is known color: Malibu. HEX triplet: 5C, BA and F0. RGB value is (92,186,240). Sum of RGB (Red+Green+Blue) = 92+186+240=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #5CBAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBAF0 is #A3450F. Grayscale: #A3A3A3. Windows color (decimal): -10700048 or 15776348. OLE color: 15776348.
HSL color Cylindrical-coordinate representation of color #5CBAF0: hue angle of 201.89º degrees, saturation: 0.83, 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 #5CBAF0 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 186 | 240 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.06 |
| HSL | 201.89º | 0.83% | 0.65% | - |
| HSV(B) | 201.89º | 0.62% | 0.94% | - |
| XYZ | 37.7 | 43.68 | 88.88 | - |
| YUV | 164.05 | 170.86 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 240 | 0.62 | 0.22 | 0 | 0.06 | 201.89 | 0.83 | 0.65 |
| Hex | 5C | BA | F0 | 3E | 16 | 0 | 6 | CA | 53 | 41 |
| Octal | 134 | 272 | 360 | 76 | 26 | 0 | 6 | 312 | 123 | 101 |
| Binary | 1011100 | 10111010 | 11110000 | 111110 | 10110 | 0 | 110 | 11001010 | 1010011 | 1000001 |
Color Harmonies of #5CBAF0
Complementary color
Monochromatic Colors of #5CBAF0
Black with #5CBAF0
Text Example
Text Example
White with #5CBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBAF0; }
p { color: rgb(92,186,240); }
H1.HeaderClassName
{
color: #5CBAF0;
}
.AnyTagClassName
{
color: #5CBAF0;
}
</style>
background-color css
<style>
a { background-color: #5CBAF0; }
a { background-color: rgb(92,186,240); }
div.DivClassName
{
background-color: #5CBAF0;
}
.BgClassName
{
background-color: #5CBAF0;
}
</style>
border-color css
<style>
span { border-color: #5CBAF0; }
span { border-color: rgb(92,186,240); }
td.TdClassName
{
border-color: #5CBAF0;
}
.TagClassName
{
border-color: #5CBAF0;
}
</style>