Shades of Malibu #75BFE5
Tints of Malibu #75BFE5
RGB
CMYK
RGB Variations
Color information
#75BFE5 (or 0x75BFE5) is known color: Malibu. HEX triplet: 75, BF and E5. RGB value is (117,191,229). Sum of RGB (Red+Green+Blue) = 117+191+229=537 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.79% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #75BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFE5 is #8A401A. Grayscale: #ACACAC. Windows color (decimal): -9060379 or 15056757. OLE color: 15056757.
HSL color Cylindrical-coordinate representation of color #75BFE5: hue angle of 200.36º 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 #75BFE5 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 191 | 229 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.10 |
| HSL | 200.36º | 0.68% | 0.68% | - |
| HSV(B) | 200.36º | 0.49% | 0.9% | - |
| XYZ | 40.11 | 46.7 | 81.03 | - |
| YUV | 173.21 | 159.48 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 229 | 0.49 | 0.17 | 0 | 0.10 | 200.36 | 0.68 | 0.68 |
| Hex | 75 | BF | E5 | 31 | 11 | 0 | A | C8 | 44 | 44 |
| Octal | 165 | 277 | 345 | 61 | 21 | 0 | 12 | 310 | 104 | 104 |
| Binary | 1110101 | 10111111 | 11100101 | 110001 | 10001 | 0 | 1010 | 11001000 | 1000100 | 1000100 |
Color Harmonies of #75BFE5
Complementary color
Monochromatic Colors of #75BFE5
Black with #75BFE5
Text Example
Text Example
White with #75BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BFE5; }
p { color: rgb(117,191,229); }
H1.HeaderClassName
{
color: #75BFE5;
}
.AnyTagClassName
{
color: #75BFE5;
}
</style>
background-color css
<style>
a { background-color: #75BFE5; }
a { background-color: rgb(117,191,229); }
div.DivClassName
{
background-color: #75BFE5;
}
.BgClassName
{
background-color: #75BFE5;
}
</style>
border-color css
<style>
span { border-color: #75BFE5; }
span { border-color: rgb(117,191,229); }
td.TdClassName
{
border-color: #75BFE5;
}
.TagClassName
{
border-color: #75BFE5;
}
</style>