Shades of Malibu #75C1E5
Tints of Malibu #75C1E5
RGB
CMYK
RGB Variations
Color information
#75C1E5 (or 0x75C1E5) is known color: Malibu. HEX triplet: 75, C1 and E5. RGB value is (117,193,229). Sum of RGB (Red+Green+Blue) = 117+193+229=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #75C1E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C1E5 is #8A3E1A. Grayscale: #AEAEAE. Windows color (decimal): -9059867 or 15057269. OLE color: 15057269.
HSL color Cylindrical-coordinate representation of color #75C1E5: hue angle of 199.29º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75C1E5 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 193 | 229 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.10 |
| HSL | 199.29º | 0.68% | 0.68% | - |
| HSV(B) | 199.29º | 0.49% | 0.9% | - |
| XYZ | 40.55 | 47.58 | 81.18 | - |
| YUV | 174.38 | 158.82 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 229 | 0.49 | 0.16 | 0 | 0.10 | 199.29 | 0.68 | 0.68 |
| Hex | 75 | C1 | E5 | 31 | 10 | 0 | A | C7 | 44 | 44 |
| Octal | 165 | 301 | 345 | 61 | 20 | 0 | 12 | 307 | 104 | 104 |
| Binary | 1110101 | 11000001 | 11100101 | 110001 | 10000 | 0 | 1010 | 11000111 | 1000100 | 1000100 |
Color Harmonies of #75C1E5
Complementary color
Monochromatic Colors of #75C1E5
Black with #75C1E5
Text Example
Text Example
White with #75C1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C1E5; }
p { color: rgb(117,193,229); }
H1.HeaderClassName
{
color: #75C1E5;
}
.AnyTagClassName
{
color: #75C1E5;
}
</style>
background-color css
<style>
a { background-color: #75C1E5; }
a { background-color: rgb(117,193,229); }
div.DivClassName
{
background-color: #75C1E5;
}
.BgClassName
{
background-color: #75C1E5;
}
</style>
border-color css
<style>
span { border-color: #75C1E5; }
span { border-color: rgb(117,193,229); }
td.TdClassName
{
border-color: #75C1E5;
}
.TagClassName
{
border-color: #75C1E5;
}
</style>