Shades of Malibu #5CBDF2
Tints of Malibu #5CBDF2
RGB
CMYK
RGB Variations
Color information
#5CBDF2 (or 0x5CBDF2) is known color: Malibu. HEX triplet: 5C, BD and F2. RGB value is (92,189,242). Sum of RGB (Red+Green+Blue) = 92+189+242=523 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.59% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #5CBDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBDF2 is #A3420D. Grayscale: #A5A5A5. Windows color (decimal): -10699278 or 15908188. OLE color: 15908188.
HSL color Cylindrical-coordinate representation of color #5CBDF2: hue angle of 201.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CBDF2 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 189 | 242 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.05 |
| HSL | 201.2º | 0.85% | 0.65% | - |
| HSV(B) | 201.2º | 0.62% | 0.95% | - |
| XYZ | 38.64 | 45.08 | 90.67 | - |
| YUV | 166.04 | 170.86 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 242 | 0.62 | 0.22 | 0 | 0.05 | 201.2 | 0.85 | 0.65 |
| Hex | 5C | BD | F2 | 3E | 16 | 0 | 5 | C9 | 55 | 41 |
| Octal | 134 | 275 | 362 | 76 | 26 | 0 | 5 | 311 | 125 | 101 |
| Binary | 1011100 | 10111101 | 11110010 | 111110 | 10110 | 0 | 101 | 11001001 | 1010101 | 1000001 |
Color Harmonies of #5CBDF2
Complementary color
Monochromatic Colors of #5CBDF2
Black with #5CBDF2
Text Example
Text Example
White with #5CBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBDF2; }
p { color: rgb(92,189,242); }
H1.HeaderClassName
{
color: #5CBDF2;
}
.AnyTagClassName
{
color: #5CBDF2;
}
</style>
background-color css
<style>
a { background-color: #5CBDF2; }
a { background-color: rgb(92,189,242); }
div.DivClassName
{
background-color: #5CBDF2;
}
.BgClassName
{
background-color: #5CBDF2;
}
</style>
border-color css
<style>
span { border-color: #5CBDF2; }
span { border-color: rgb(92,189,242); }
td.TdClassName
{
border-color: #5CBDF2;
}
.TagClassName
{
border-color: #5CBDF2;
}
</style>