Shades of Malibu #75BCE5
Tints of Malibu #75BCE5
RGB
CMYK
RGB Variations
Color information
#75BCE5 (or 0x75BCE5) is known color: Malibu. HEX triplet: 75, BC and E5. RGB value is (117,188,229). Sum of RGB (Red+Green+Blue) = 117+188+229=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #75BCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCE5 is #8A431A. Grayscale: #ABABAB. Windows color (decimal): -9061147 or 15055989. OLE color: 15055989.
HSL color Cylindrical-coordinate representation of color #75BCE5: hue angle of 201.96º 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 #75BCE5 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 188 | 229 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.10 |
| HSL | 201.96º | 0.68% | 0.68% | - |
| HSV(B) | 201.96º | 0.49% | 0.9% | - |
| XYZ | 39.46 | 45.41 | 80.81 | - |
| YUV | 171.45 | 160.48 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 229 | 0.49 | 0.18 | 0 | 0.10 | 201.96 | 0.68 | 0.68 |
| Hex | 75 | BC | E5 | 31 | 12 | 0 | A | CA | 44 | 44 |
| Octal | 165 | 274 | 345 | 61 | 22 | 0 | 12 | 312 | 104 | 104 |
| Binary | 1110101 | 10111100 | 11100101 | 110001 | 10010 | 0 | 1010 | 11001010 | 1000100 | 1000100 |
Color Harmonies of #75BCE5
Complementary color
Monochromatic Colors of #75BCE5
Black with #75BCE5
Text Example
Text Example
White with #75BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BCE5; }
p { color: rgb(117,188,229); }
H1.HeaderClassName
{
color: #75BCE5;
}
.AnyTagClassName
{
color: #75BCE5;
}
</style>
background-color css
<style>
a { background-color: #75BCE5; }
a { background-color: rgb(117,188,229); }
div.DivClassName
{
background-color: #75BCE5;
}
.BgClassName
{
background-color: #75BCE5;
}
</style>
border-color css
<style>
span { border-color: #75BCE5; }
span { border-color: rgb(117,188,229); }
td.TdClassName
{
border-color: #75BCE5;
}
.TagClassName
{
border-color: #75BCE5;
}
</style>