Shades of Malibu #73BBDE
Tints of Malibu #73BBDE
RGB
CMYK
RGB Variations
Color information
#73BBDE (or 0x73BBDE) is known color: Malibu. HEX triplet: 73, BB and DE. RGB value is (115,187,222). Sum of RGB (Red+Green+Blue) = 115+187+222=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #73BBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BBDE is #8C4421. Grayscale: #A9A9A9. Windows color (decimal): -9192482 or 14596979. OLE color: 14596979.
HSL color Cylindrical-coordinate representation of color #73BBDE: hue angle of 199.63º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73BBDE is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 187 | 222 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.13 |
| HSL | 199.63º | 0.62% | 0.66% | - |
| HSV(B) | 199.63º | 0.48% | 0.87% | - |
| XYZ | 38.03 | 44.46 | 75.68 | - |
| YUV | 169.46 | 157.65 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 222 | 0.48 | 0.16 | 0 | 0.13 | 199.63 | 0.62 | 0.66 |
| Hex | 73 | BB | DE | 30 | 10 | 0 | D | C8 | 3E | 42 |
| Octal | 163 | 273 | 336 | 60 | 20 | 0 | 15 | 310 | 76 | 102 |
| Binary | 1110011 | 10111011 | 11011110 | 110000 | 10000 | 0 | 1101 | 11001000 | 111110 | 1000010 |
Color Harmonies of #73BBDE
Complementary color
Monochromatic Colors of #73BBDE
Black with #73BBDE
Text Example
Text Example
White with #73BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BBDE; }
p { color: rgb(115,187,222); }
H1.HeaderClassName
{
color: #73BBDE;
}
.AnyTagClassName
{
color: #73BBDE;
}
</style>
background-color css
<style>
a { background-color: #73BBDE; }
a { background-color: rgb(115,187,222); }
div.DivClassName
{
background-color: #73BBDE;
}
.BgClassName
{
background-color: #73BBDE;
}
</style>
border-color css
<style>
span { border-color: #73BBDE; }
span { border-color: rgb(115,187,222); }
td.TdClassName
{
border-color: #73BBDE;
}
.TagClassName
{
border-color: #73BBDE;
}
</style>