Shades of Malibu #5CBAF2
Tints of Malibu #5CBAF2
RGB
CMYK
RGB Variations
Color information
#5CBAF2 (or 0x5CBAF2) is known color: Malibu. HEX triplet: 5C, BA and F2. RGB value is (92,186,242). Sum of RGB (Red+Green+Blue) = 92+186+242=520 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.69% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #5CBAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBAF2 is #A3450D. Grayscale: #A3A3A3. Windows color (decimal): -10700046 or 15907420. OLE color: 15907420.
HSL color Cylindrical-coordinate representation of color #5CBAF2: hue angle of 202.4º 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 #5CBAF2 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 186 | 242 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.05 |
| HSL | 202.4º | 0.85% | 0.65% | - |
| HSV(B) | 202.4º | 0.62% | 0.95% | - |
| XYZ | 38 | 43.8 | 90.46 | - |
| YUV | 164.28 | 171.86 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 242 | 0.62 | 0.23 | 0 | 0.05 | 202.4 | 0.85 | 0.65 |
| Hex | 5C | BA | F2 | 3E | 17 | 0 | 5 | CA | 55 | 41 |
| Octal | 134 | 272 | 362 | 76 | 27 | 0 | 5 | 312 | 125 | 101 |
| Binary | 1011100 | 10111010 | 11110010 | 111110 | 10111 | 0 | 101 | 11001010 | 1010101 | 1000001 |
Color Harmonies of #5CBAF2
Complementary color
Monochromatic Colors of #5CBAF2
Black with #5CBAF2
Text Example
Text Example
White with #5CBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBAF2; }
p { color: rgb(92,186,242); }
H1.HeaderClassName
{
color: #5CBAF2;
}
.AnyTagClassName
{
color: #5CBAF2;
}
</style>
background-color css
<style>
a { background-color: #5CBAF2; }
a { background-color: rgb(92,186,242); }
div.DivClassName
{
background-color: #5CBAF2;
}
.BgClassName
{
background-color: #5CBAF2;
}
</style>
border-color css
<style>
span { border-color: #5CBAF2; }
span { border-color: rgb(92,186,242); }
td.TdClassName
{
border-color: #5CBAF2;
}
.TagClassName
{
border-color: #5CBAF2;
}
</style>