Shades of Malibu #75B7DF
Tints of Malibu #75B7DF
RGB
CMYK
RGB Variations
Color information
#75B7DF (or 0x75B7DF) is known color: Malibu. HEX triplet: 75, B7 and DF. RGB value is (117,183,223). Sum of RGB (Red+Green+Blue) = 117+183+223=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #75B7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B7DF is #8A4820. Grayscale: #A7A7A7. Windows color (decimal): -9062433 or 14661493. OLE color: 14661493.
HSL color Cylindrical-coordinate representation of color #75B7DF: hue angle of 202.64º 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 #75B7DF is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 183 | 223 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.13 |
| HSL | 202.64º | 0.62% | 0.67% | - |
| HSV(B) | 202.64º | 0.48% | 0.87% | - |
| XYZ | 37.59 | 42.98 | 76.13 | - |
| YUV | 167.83 | 159.13 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 183 | 223 | 0.48 | 0.18 | 0 | 0.13 | 202.64 | 0.62 | 0.67 |
| Hex | 75 | B7 | DF | 30 | 12 | 0 | D | CB | 3E | 43 |
| Octal | 165 | 267 | 337 | 60 | 22 | 0 | 15 | 313 | 76 | 103 |
| Binary | 1110101 | 10110111 | 11011111 | 110000 | 10010 | 0 | 1101 | 11001011 | 111110 | 1000011 |
Color Harmonies of #75B7DF
Complementary color
Monochromatic Colors of #75B7DF
Black with #75B7DF
Text Example
Text Example
White with #75B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B7DF; }
p { color: rgb(117,183,223); }
H1.HeaderClassName
{
color: #75B7DF;
}
.AnyTagClassName
{
color: #75B7DF;
}
</style>
background-color css
<style>
a { background-color: #75B7DF; }
a { background-color: rgb(117,183,223); }
div.DivClassName
{
background-color: #75B7DF;
}
.BgClassName
{
background-color: #75B7DF;
}
</style>
border-color css
<style>
span { border-color: #75B7DF; }
span { border-color: rgb(117,183,223); }
td.TdClassName
{
border-color: #75B7DF;
}
.TagClassName
{
border-color: #75B7DF;
}
</style>