Shades of Malibu #75BFE4
Tints of Malibu #75BFE4
RGB
CMYK
RGB Variations
Color information
#75BFE4 (or 0x75BFE4) is known color: Malibu. HEX triplet: 75, BF and E4. RGB value is (117,191,228). Sum of RGB (Red+Green+Blue) = 117+191+228=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #75BFE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFE4 is #8A401B. Grayscale: #ACACAC. Windows color (decimal): -9060380 or 14991221. OLE color: 14991221.
HSL color Cylindrical-coordinate representation of color #75BFE4: hue angle of 200º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75BFE4 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 191 | 228 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.11 |
| HSL | 200º | 0.67% | 0.68% | - |
| HSV(B) | 200º | 0.49% | 0.89% | - |
| XYZ | 39.97 | 46.64 | 80.3 | - |
| YUV | 173.09 | 158.98 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 228 | 0.49 | 0.16 | 0 | 0.11 | 200 | 0.67 | 0.68 |
| Hex | 75 | BF | E4 | 31 | 10 | 0 | B | C8 | 43 | 44 |
| Octal | 165 | 277 | 344 | 61 | 20 | 0 | 13 | 310 | 103 | 104 |
| Binary | 1110101 | 10111111 | 11100100 | 110001 | 10000 | 0 | 1011 | 11001000 | 1000011 | 1000100 |
Color Harmonies of #75BFE4
Complementary color
Monochromatic Colors of #75BFE4
Black with #75BFE4
Text Example
Text Example
White with #75BFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BFE4; }
p { color: rgb(117,191,228); }
H1.HeaderClassName
{
color: #75BFE4;
}
.AnyTagClassName
{
color: #75BFE4;
}
</style>
background-color css
<style>
a { background-color: #75BFE4; }
a { background-color: rgb(117,191,228); }
div.DivClassName
{
background-color: #75BFE4;
}
.BgClassName
{
background-color: #75BFE4;
}
</style>
border-color css
<style>
span { border-color: #75BFE4; }
span { border-color: rgb(117,191,228); }
td.TdClassName
{
border-color: #75BFE4;
}
.TagClassName
{
border-color: #75BFE4;
}
</style>