Shades of Malibu #71C1E5
Tints of Malibu #71C1E5
RGB
CMYK
RGB Variations
Color information
#71C1E5 (or 0x71C1E5) is known color: Malibu. HEX triplet: 71, C1 and E5. RGB value is (113,193,229). Sum of RGB (Red+Green+Blue) = 113+193+229=535 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.12% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #71C1E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C1E5 is #8E3E1A. Grayscale: #ACACAC. Windows color (decimal): -9322011 or 15057265. OLE color: 15057265.
HSL color Cylindrical-coordinate representation of color #71C1E5: hue angle of 198.62º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71C1E5 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 193 | 229 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.10 |
| HSL | 198.62º | 0.69% | 0.67% | - |
| HSV(B) | 198.62º | 0.51% | 0.9% | - |
| XYZ | 40.02 | 47.31 | 81.15 | - |
| YUV | 173.18 | 159.5 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 193 | 229 | 0.51 | 0.16 | 0 | 0.10 | 198.62 | 0.69 | 0.67 |
| Hex | 71 | C1 | E5 | 33 | 10 | 0 | A | C7 | 45 | 43 |
| Octal | 161 | 301 | 345 | 63 | 20 | 0 | 12 | 307 | 105 | 103 |
| Binary | 1110001 | 11000001 | 11100101 | 110011 | 10000 | 0 | 1010 | 11000111 | 1000101 | 1000011 |
Color Harmonies of #71C1E5
Complementary color
Monochromatic Colors of #71C1E5
Black with #71C1E5
Text Example
Text Example
White with #71C1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C1E5; }
p { color: rgb(113,193,229); }
H1.HeaderClassName
{
color: #71C1E5;
}
.AnyTagClassName
{
color: #71C1E5;
}
</style>
background-color css
<style>
a { background-color: #71C1E5; }
a { background-color: rgb(113,193,229); }
div.DivClassName
{
background-color: #71C1E5;
}
.BgClassName
{
background-color: #71C1E5;
}
</style>
border-color css
<style>
span { border-color: #71C1E5; }
span { border-color: rgb(113,193,229); }
td.TdClassName
{
border-color: #71C1E5;
}
.TagClassName
{
border-color: #71C1E5;
}
</style>