Shades of Malibu #75BCE0
Tints of Malibu #75BCE0
RGB
CMYK
RGB Variations
Color information
#75BCE0 (or 0x75BCE0) is known color: Malibu. HEX triplet: 75, BC and E0. RGB value is (117,188,224). Sum of RGB (Red+Green+Blue) = 117+188+224=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #75BCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCE0 is #8A431F. Grayscale: #AAAAAA. Windows color (decimal): -9061152 or 14728309. OLE color: 14728309.
HSL color Cylindrical-coordinate representation of color #75BCE0: hue angle of 200.19º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75BCE0 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 188 | 224 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.12 |
| HSL | 200.19º | 0.63% | 0.67% | - |
| HSV(B) | 200.19º | 0.48% | 0.88% | - |
| XYZ | 38.77 | 45.13 | 77.19 | - |
| YUV | 170.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 224 | 0.48 | 0.16 | 0 | 0.12 | 200.19 | 0.63 | 0.67 |
| Hex | 75 | BC | E0 | 30 | 10 | 0 | C | C8 | 3F | 43 |
| Octal | 165 | 274 | 340 | 60 | 20 | 0 | 14 | 310 | 77 | 103 |
| Binary | 1110101 | 10111100 | 11100000 | 110000 | 10000 | 0 | 1100 | 11001000 | 111111 | 1000011 |
Color Harmonies of #75BCE0
Complementary color
Monochromatic Colors of #75BCE0
Black with #75BCE0
Text Example
Text Example
White with #75BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BCE0; }
p { color: rgb(117,188,224); }
H1.HeaderClassName
{
color: #75BCE0;
}
.AnyTagClassName
{
color: #75BCE0;
}
</style>
background-color css
<style>
a { background-color: #75BCE0; }
a { background-color: rgb(117,188,224); }
div.DivClassName
{
background-color: #75BCE0;
}
.BgClassName
{
background-color: #75BCE0;
}
</style>
border-color css
<style>
span { border-color: #75BCE0; }
span { border-color: rgb(117,188,224); }
td.TdClassName
{
border-color: #75BCE0;
}
.TagClassName
{
border-color: #75BCE0;
}
</style>