Shades of Malibu #75BCDF
Tints of Malibu #75BCDF
RGB
CMYK
RGB Variations
Color information
#75BCDF (or 0x75BCDF) is known color: Malibu. HEX triplet: 75, BC and DF. RGB value is (117,188,223). Sum of RGB (Red+Green+Blue) = 117+188+223=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #75BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCDF is #8A4320. Grayscale: #AAAAAA. Windows color (decimal): -9061153 or 14662773. OLE color: 14662773.
HSL color Cylindrical-coordinate representation of color #75BCDF: hue angle of 199.81º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75BCDF is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 188 | 223 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.13 |
| HSL | 199.81º | 0.62% | 0.67% | - |
| HSV(B) | 199.81º | 0.48% | 0.87% | - |
| XYZ | 38.64 | 45.08 | 76.48 | - |
| YUV | 170.76 | 157.48 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 223 | 0.48 | 0.16 | 0 | 0.13 | 199.81 | 0.62 | 0.67 |
| Hex | 75 | BC | DF | 30 | 10 | 0 | D | C8 | 3E | 43 |
| Octal | 165 | 274 | 337 | 60 | 20 | 0 | 15 | 310 | 76 | 103 |
| Binary | 1110101 | 10111100 | 11011111 | 110000 | 10000 | 0 | 1101 | 11001000 | 111110 | 1000011 |
Color Harmonies of #75BCDF
Complementary color
Monochromatic Colors of #75BCDF
Black with #75BCDF
Text Example
Text Example
White with #75BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BCDF; }
p { color: rgb(117,188,223); }
H1.HeaderClassName
{
color: #75BCDF;
}
.AnyTagClassName
{
color: #75BCDF;
}
</style>
background-color css
<style>
a { background-color: #75BCDF; }
a { background-color: rgb(117,188,223); }
div.DivClassName
{
background-color: #75BCDF;
}
.BgClassName
{
background-color: #75BCDF;
}
</style>
border-color css
<style>
span { border-color: #75BCDF; }
span { border-color: rgb(117,188,223); }
td.TdClassName
{
border-color: #75BCDF;
}
.TagClassName
{
border-color: #75BCDF;
}
</style>